Skip to content

Conversation

@NikolaMilosavljevic
Copy link
Member

Package architecture was hard-coded to amd64. We need to enable other architectures, as a prerequisite for dotnet/runtime#64755

We currently only build amd64 packages. InstallerTargetArchitecture property is x64 - this is used in constructing the package filename. Package architecture is amd64 This is not changing.

We enable other architectures like arm64.

For DEBs, both InstallerTargetArchitecture and package architecture values are arm64.

For RPMs, both InstallerTargetArchitecture and package architecture values are aarch64.

Testing

Built and tested private x64 and aarch64 RPM packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants