mirror of
https://github.com/kairos-io/packages.git
synced 2025-08-28 20:41:37 +00:00
Start using GH arm workers (#1244)
This commit is contained in:
parent
00150f0825
commit
93b4ce771b
2
.github/workflows/build-arm64.yaml
vendored
2
.github/workflows/build-arm64.yaml
vendored
@ -8,7 +8,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ARM64
|
runs-on: [ubuntu-24.04-arm]
|
||||||
env:
|
env:
|
||||||
ARCH: amd64
|
ARCH: amd64
|
||||||
steps:
|
steps:
|
||||||
|
2
.github/workflows/pr.yaml
vendored
2
.github/workflows/pr.yaml
vendored
@ -30,7 +30,7 @@ jobs:
|
|||||||
go run main.go $PKG_ALL_CHANGED_FILES
|
go run main.go $PKG_ALL_CHANGED_FILES
|
||||||
|
|
||||||
build-arm64:
|
build-arm64:
|
||||||
runs-on: ARM64
|
runs-on: [ubuntu-24.04-arm]
|
||||||
env:
|
env:
|
||||||
ARCH: amd64
|
ARCH: amd64
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user