Skip to content

Commit 54ed84a

Browse files
committed
chore: target arm64 self-hosted runners
Signed-off-by: Chris Gianelloni <[email protected]>
1 parent e8e94a8 commit 54ed84a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
4949
5050
build-arm64:
51-
runs-on: self-hosted
51+
runs-on: ["self-hosted", "ARM64"]
5252
steps:
5353
- uses: actions/checkout@v2
5454
- name: qemu

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
done
8080
8181
build-arm64:
82-
runs-on: self-hosted
82+
runs-on: ["self-hosted", "ARM64"]
8383
permissions:
8484
contents: read
8585
packages: write

0 commit comments

Comments
 (0)