Skip to content

Commit

Permalink
Start using GH arm workers (#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromorales authored Jan 23, 2025
1 parent 00150f0 commit 93b4ce7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-arm64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
jobs:
build:
runs-on: ARM64
runs-on: [ubuntu-24.04-arm]
env:
ARCH: amd64
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
go run main.go $PKG_ALL_CHANGED_FILES
build-arm64:
runs-on: ARM64
runs-on: [ubuntu-24.04-arm]
env:
ARCH: amd64
steps:
Expand Down

0 comments on commit 93b4ce7

Please sign in to comment.