Skip to content

Commit

Permalink
ci: use ubuntu-24.04-arm
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Jan 22, 2025
1 parent e8ff565 commit 9d100e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
profile: ${{ github.ref_name == github.event.repository.default_branch && fromJson('["dev", "release"]') || fromJson('["dev"]') }}
platform:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
command: cross
os: ubuntu-24.04-arm
command: cargo
- target: aarch64-unknown-linux-musl
os: ubuntu-latest
command: cross
os: ubuntu-24.04-arm
command: cargo
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
command: cargo
Expand All @@ -77,7 +77,7 @@ jobs:
shell: bash -xe {0}
steps:
- name: Install musl tools
if: matrix.platform.target == 'x86_64-unknown-linux-musl'
if: ${{ endsWith('matrix.platform.target', '-unknown-linux-musl') }}
run: |
sudo apt-get install -y musl-tools --no-install-recommends
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
Expand Down

0 comments on commit 9d100e7

Please sign in to comment.