We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048d565 commit 8f8cb40Copy full SHA for 8f8cb40
.github/workflows/build-rootfs.yml
@@ -13,6 +13,8 @@ jobs:
13
matrix:
14
arch:
15
- amd64
16
+ - arm64
17
+ # - armhf # TODO Enable if supported
18
steps:
19
- uses: actions/checkout@v4.1.1
20
with:
0 commit comments