Skip to content

Commit

Permalink
CI: Fix error when running on host-arm64
Browse files Browse the repository at this point in the history
Close #502
  • Loading branch information
ChinYikMing committed Oct 19, 2024
1 parent edb5a1b commit 64c7bab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ jobs:
# https://github.com/uraimo/run-on-arch-action
uses: uraimo/run-on-arch-action@v2
with:
arch: aarch64
distro: ubuntu22.04
arch: none
distro: none
base_image: "--platform=linux/arm64 arm64v8/ubuntu:22.04"
# No 'sudo' is available
install: |
apt-get update -q -y
Expand Down

0 comments on commit 64c7bab

Please sign in to comment.