Skip to content

Commit

Permalink
Merge pull request #66 from xen0n/arm64-ci
Browse files Browse the repository at this point in the history
ci: add arm64 dist build
  • Loading branch information
xen0n authored Jan 31, 2024
2 parents 99d052e + fb9b4b1 commit c9a1028
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
# https://stackoverflow.com/questions/66025220/paired-values-in-github-actions-matrix
include:
- { arch: amd64, runs_on: ubuntu-latest }
- { arch: arm64, runs_on: [self-hosted, linux, arm64] }
- { arch: riscv64, runs_on: [self-hosted, linux, riscv64] }

name: ${{ matrix.arch }}
Expand All @@ -20,7 +21,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
volumes:
- .:/home/b/ruyi:ro
- ${{ github.workspace }}:/home/b/ruyi:ro
- tmp-build:/build
- tmp-poetry-cache:/poetry-cache
- tmp-ccache:/ccache
Expand Down

0 comments on commit c9a1028

Please sign in to comment.