Skip to content

Commit 164da62

Browse files
authored
Merge pull request #503 from ChinYikMing/fix/host-arm64-ci
CI: Fix error when running on host-arm64
2 parents edb5a1b + 07e4cf2 commit 164da62

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,9 @@ jobs:
9494
# https://github.com/uraimo/run-on-arch-action
9595
uses: uraimo/run-on-arch-action@v2
9696
with:
97-
arch: aarch64
98-
distro: ubuntu22.04
97+
arch: none
98+
distro: none
99+
base_image: "--platform=linux/arm64 arm64v8/ubuntu:22.04"
99100
# No 'sudo' is available
100101
install: |
101102
apt-get update -q -y

0 commit comments

Comments
 (0)