Skip to content

Commit f3267d1

Browse files
committed
SWPROT-8953: ci: github: Enable arm64 again and consider armhf next
For some reason armhf is not buidling despite the tricks in helper script: [5/1594] Running: cargo build target unify_build error: failed to determine package fingerprint for build script for unify_attribute_poll v0.1.0 (/.../unifysdk-src/components/unify_attribute_poll) Could be related to symlinks: rust-lang/cargo#9881 Amazingly no problems observed on arm64 (with same rustup versions) Origin: #14 Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 048d565 commit f3267d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-rootfs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
matrix:
1414
arch:
1515
- amd64
16+
- arm64
17+
# - armhf # TODO enable when reliable
1618
steps:
1719
- uses: actions/checkout@v4.1.1
1820
with:

0 commit comments

Comments
 (0)