Skip to content

Commit d3f7912

Browse files
committed
Use maerwald runners for ARM64 Linux
1 parent 8a85d06 commit d3f7912

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
# , ARCH: "ARM"
247247
# , ARTIFACT: "armv7-linux-deb10"
248248
# },
249-
{ os: [self-hosted, Linux, ARM64]
249+
{ os: [self-hosted, Linux, ARM64, maerwald]
250250
, ARCH: "ARM64"
251251
, ARTIFACT: "aarch64-linux-deb10"
252252
}
@@ -613,7 +613,7 @@ jobs:
613613
# , ARCH: "ARM"
614614
# , ARTIFACT: "armv7-linux-deb10"
615615
# },
616-
{ os: [self-hosted, Linux, ARM64]
616+
{ os: [self-hosted, Linux, ARM64, maerwald]
617617
, ARCH: "ARM64"
618618
, ARTIFACT: "aarch64-linux-deb10"
619619
}
@@ -993,7 +993,7 @@ jobs:
993993
# , ARCH: "ARM"
994994
# , ARTIFACT: "armv7-linux-deb10"
995995
# },
996-
{ os: [self-hosted, Linux, ARM64]
996+
{ os: [self-hosted, Linux, ARM64, maerwald]
997997
, ARCH: "ARM64"
998998
, ARTIFACT: "aarch64-linux-deb10"
999999
}

0 commit comments

Comments
 (0)