Skip to content

Commit 8172101

Browse files
committed
[DO NOT MERGE]: Change to arm64 runners
Signed-off-by: Renê de Souza Pinto <rene@renesp.com.br>
1 parent da49566 commit 8172101

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [zededa-ubuntu-latest, zededa-ubuntu-2204]
23+
os: [zededa-ubuntu-latest-arm64, zededa-ubuntu-2204-arm64]
2424
arch: [arm64, amd64]
2525
platform: [generic, nvidia-jp5, nvidia-jp6, evaluation]
2626
include:

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,13 +128,13 @@ jobs:
128128
max-parallel: 1
129129
matrix:
130130
include:
131-
- os: zededa-ubuntu-2204
131+
- os: zededa-ubuntu-2204-arm64
132132
arch: arm64
133133
platform: "generic"
134-
- os: zededa-ubuntu-2204
134+
- os: zededa-ubuntu-2204-arm64
135135
arch: arm64
136136
platform: "nvidia-jp5"
137-
- os: zededa-ubuntu-2204
137+
- os: zededa-ubuntu-2204-arm64
138138
arch: arm64
139139
platform: "nvidia-jp6"
140140
steps:

0 commit comments

Comments
 (0)