Start using GH arm workers (#1244)

This commit is contained in:
Mauro Morales
2025-01-23 15:05:40 +01:00
committed by GitHub
parent 00150f0825
commit 93b4ce771b
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ on:
- main
jobs:
build:
runs-on: ARM64
runs-on: [ubuntu-24.04-arm]
env:
ARCH: amd64
steps:

View File

@@ -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: