Skip to content

Commit 7f54205

Browse files
committed
Swap architecture build order
1 parent e30a855 commit 7f54205

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-archlinuxarm.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
username: ${{ github.repository_owner }}
4444
password: ${{ secrets.GITHUB_TOKEN }}
4545

46-
- name: Prepare rootfs (armv7h)
46+
- name: Prepare rootfs (aarch64)
4747
env:
48-
PLATFORM: linux/arm/v7
48+
PLATFORM: linux/arm64
4949
run: |
5050
set -euxo pipefail
5151
mkdir -p "${PLATFORM}"
@@ -54,9 +54,9 @@ jobs:
5454
-v "$(pwd)/setup-arch.sh:/setup-arch.sh" \
5555
--privileged alpine /setup-arch.sh ${{ github.event.inputs.setup_args }}
5656
57-
- name: Prepare rootfs (aarch64)
57+
- name: Prepare rootfs (armv7h)
5858
env:
59-
PLATFORM: linux/arm64
59+
PLATFORM: linux/arm/v7
6060
run: |
6161
set -euxo pipefail
6262
mkdir -p "${PLATFORM}"

0 commit comments

Comments
 (0)