Skip to content

Commit

Permalink
test linux-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Sep 11, 2024
1 parent 5b06dc0 commit 04477bf
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,18 @@ on:
push:
branches:
- main
- build
pull_request:

jobs:
build-linux-2:
runs-on: ubuntu-22.04
steps:
- run: docker run --platform=linux/arm64 ubuntu uname -a

build-linux:
runs-on: ubuntu-22.04
if: false
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -162,8 +169,19 @@ jobs:
zip -r rapidsnark-linux-x86_64-${{ github.ref_name }}.zip rapidsnark-linux-x86_64-${{ github.ref_name }}
gh release upload ${{ github.event.release.tag_name }} rapidsnark-linux-x86_64-${{ github.ref_name }}.zip
build-apple-1:
runs-on: macos-14
steps:
- run: uname -a

build-apple-2:
runs-on: macos-13
steps:
- run: uname -a

build-apple-arm64:
runs-on: macos-13-xlarge
if: false
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -276,6 +294,7 @@ jobs:
build-apple-x86_64:
runs-on: macos-13
if: false
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 04477bf

Please sign in to comment.