Skip to content

Commit

Permalink
Try using an emulated arm run
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Jul 20, 2024
1 parent 148f4a1 commit 76aafa1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ on:
- '*'
jobs:
linuxARM:
runs-on: ubuntu-24-arm
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Build
run: bash package-linux_x64.sh
- uses: actions/checkout@v2
- uses: pguyot/arm-runner-action@v2
with:
commands: |
bash package-linux_x64.sh
- name: Upload math result for job Linux ARM
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 76aafa1

Please sign in to comment.