Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): add ARM musl build targets #122

Merged
merged 1 commit into from
Jul 8, 2024

Conversation

HipsterBrown
Copy link
Contributor

Second attempt to add musl support for aarch64/arm build targets to support in-progress Home Assistant core integration, which requires the Python SDK to run on more platforms. See #112 for more information.

@HipsterBrown HipsterBrown requested a review from a team as a code owner July 1, 2024 18:49
@HipsterBrown HipsterBrown merged commit 852aeae into main Jul 8, 2024
6 checks passed
@HipsterBrown HipsterBrown deleted the nhehr/additional-build-targets branch July 8, 2024 13:53
Comment on lines 147 to +154
- target: arm-unknown-linux-gnueabihf
platform: linux_armv6l
image: ghcr.io/cross-rs/arm-unknown-linux-gnueabihf:main
runs-on: buildjet-4vcpu-ubuntu-2204
- target: arm-unknown-linux-musleabihf
platform: linux_armv6l
image: ghcr.io/cross-rs/arm-unknown-linux-musleabihf:main
runs-on: buildjet-4vcpu-ubuntu-2204
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@HipsterBrown This will actually cause a collision and only a single linux_armv6l build will be produced. The platform name must be different, and should probably be musllinux_armv6l

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.

3 participants