Skip to content

Commit

Permalink
Merge pull request #16 from sbt/wip/actions-2
Browse files Browse the repository at this point in the history
Revert the uraimo/run-on-arch-action setup to the original
  • Loading branch information
eed3si9n authored Oct 21, 2024
2 parents 581b6c7 + f8d4e82 commit f005a1a
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 f005a1a

Please sign in to comment.