Skip to content

Commit e2206d8

Browse files
authored
Merge pull request #38 from blinklabs-io/chore/target-arm64-runners
chore: target arm64 self-hosted runners
2 parents 2f72813 + 50a2cd0 commit e2206d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-docker.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
done
8484
8585
build-arm64:
86-
runs-on: self-hosted
86+
runs-on: ["self-hosted", "ARM64"]
8787
permissions:
8888
contents: read
8989
packages: write

0 commit comments

Comments
 (0)