Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6942a8c

Browse files
committedApr 23, 2024
Use maerwald runners for ARM64 Linux
1 parent 5464cf5 commit 6942a8c

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)
Please sign in to comment.