We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30a855 commit 7f54205Copy full SHA for 7f54205
.github/workflows/build-archlinuxarm.yml
@@ -43,9 +43,9 @@ jobs:
43
username: ${{ github.repository_owner }}
44
password: ${{ secrets.GITHUB_TOKEN }}
45
46
- - name: Prepare rootfs (armv7h)
+ - name: Prepare rootfs (aarch64)
47
env:
48
- PLATFORM: linux/arm/v7
+ PLATFORM: linux/arm64
49
run: |
50
set -euxo pipefail
51
mkdir -p "${PLATFORM}"
@@ -54,9 +54,9 @@ jobs:
54
-v "$(pwd)/setup-arch.sh:/setup-arch.sh" \
55
--privileged alpine /setup-arch.sh ${{ github.event.inputs.setup_args }}
56
57
- - name: Prepare rootfs (aarch64)
+ - name: Prepare rootfs (armv7h)
58
59
- PLATFORM: linux/arm64
+ PLATFORM: linux/arm/v7
60
61
62
0 commit comments