Skip to content

Commit 61b68ff

Browse files
committed
github: Enable arm64 again and consider armhf next
For some reason it was not buidling despite the tricks in helper script. Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 07c91e1 commit 61b68ff

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
arch:
15-
- amd64
15+
# - amd64
16+
- arm64
17+
# - armhf
1618
steps:
1719
- uses: actions/checkout@v4.1.1
1820
with:

0 commit comments

Comments
 (0)