Skip to content

Commit

Permalink
Use maerwald runners for ARM64 Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Apr 23, 2024
1 parent 8a85d06 commit d3f7912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
# , ARCH: "ARM"
# , ARTIFACT: "armv7-linux-deb10"
# },
{ os: [self-hosted, Linux, ARM64]
{ os: [self-hosted, Linux, ARM64, maerwald]
, ARCH: "ARM64"
, ARTIFACT: "aarch64-linux-deb10"
}
Expand Down Expand Up @@ -613,7 +613,7 @@ jobs:
# , ARCH: "ARM"
# , ARTIFACT: "armv7-linux-deb10"
# },
{ os: [self-hosted, Linux, ARM64]
{ os: [self-hosted, Linux, ARM64, maerwald]
, ARCH: "ARM64"
, ARTIFACT: "aarch64-linux-deb10"
}
Expand Down Expand Up @@ -993,7 +993,7 @@ jobs:
# , ARCH: "ARM"
# , ARTIFACT: "armv7-linux-deb10"
# },
{ os: [self-hosted, Linux, ARM64]
{ os: [self-hosted, Linux, ARM64, maerwald]
, ARCH: "ARM64"
, ARTIFACT: "aarch64-linux-deb10"
}
Expand Down

0 comments on commit d3f7912

Please sign in to comment.