Skip to content

Commit

Permalink
Merge pull request #64 from spacemeshos/update-gh-runners
Browse files Browse the repository at this point in the history
Update arm64 gh-runners
  • Loading branch information
fasmat authored Jun 21, 2024
2 parents 071ae90 + 4061cb4 commit f3b86ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- image: [self-hosted, macos, arm64]
name: macos-arm64
target: aarch64-apple-darwin
- image: [self-hosted, linux, arm64]
- image: ubuntu-latest-arm-8-cores
name: linux-arm64
target: aarch64-unknown-linux-gnu
runs-on: ${{ matrix.image }}
Expand All @@ -40,7 +40,7 @@ jobs:
target: ${{ matrix.target }}
- name: Install required packages
# libudev and pkgconfig are required for the hidapi crate
if: matrix.name == 'linux-amd64'
if: ${{ matrix.name == 'linux-amd64' || matrix.name == 'linux-arm64' }}
run: sudo apt-get install -y libudev-dev pkg-config
- name: Regenerate C Header and Check
run: make diff
Expand Down

0 comments on commit f3b86ef

Please sign in to comment.