Skip to content

Commit

Permalink
Fix release build for release-0.9 branch (#537)
Browse files Browse the repository at this point in the history
* Fix release build

* Don't cache arm64 builds

* Use different runner for linux arm
  • Loading branch information
fasmat authored Nov 6, 2024
1 parent 0236a0f commit 727003a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- [self-hosted, linux, arm64]
- ubuntu-latest-arm-8-cores
- macos-latest
- [self-hosted, macos, arm64]
- windows-latest
Expand All @@ -71,6 +71,7 @@ jobs:
with:
check-latest: true
go-version-file: go.mod
cache: ${{ runner.arch != 'arm64' }}
- name: setup env
run: make install
- name: Clear test cache
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
- name: set up go
uses: actions/setup-go@v4
with:
go-version: 'stable'
check-latest: true
go-version-file: go.mod
- name: setup env
run: make install
- name: lint
Expand Down

0 comments on commit 727003a

Please sign in to comment.