Skip to content

Commit

Permalink
update to gh-hosted runners for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-spacemesh authored and fasmat committed Jun 21, 2024
1 parent 9171be7 commit e0fad5e
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 @@ -22,7 +22,7 @@ jobs:
binaryextension: .exe
- image: [self-hosted, macos, arm64]
name: macos-arm64
- image: [self-hosted, linux, arm64]
- image: ubuntu-latest-arm-8-cores
name: linux-arm64
env:
BINARY_NAME: smcli${{ matrix.binaryextension }}
Expand All @@ -38,7 +38,7 @@ jobs:
go-version: ${{ env.go-version }}
- name: Install required packages
# only run on GH-hosted runner; self-hosted runner already has these
if: matrix.name == 'linux-amd64'
if: ${{ matrix.name == 'linux-amd64' || matrix.name == 'linux-arm64' }}
run: sudo apt-get install -y libudev-dev
- name: Build
run: make build
Expand Down

0 comments on commit e0fad5e

Please sign in to comment.