Skip to content

Commit

Permalink
Revert the uraimo/run-on-arch-action setup to the original
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Oct 21, 2024
1 parent 581b6c7 commit f8d4e82
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,8 @@ jobs:
- name: Build Linux aarch64
uses: uraimo/run-on-arch-action@v2
with:
arch: none
distro: none
base_image: '--platform=linux/aarch64 ubuntu:20.04'
arch: aarch64
distro: ubuntu20.04

# Speeds up builds per the run-on-arch-action README
githubToken: ${{ github.token }}
Expand Down

0 comments on commit f8d4e82

Please sign in to comment.