Skip to content

Commit fbd2351

Browse files
authored
Merge pull request #14 from blinklabs-io/chore/target-arm64-runners
chore: target arm64 self-hosted runners
2 parents e8e94a8 + 54ed84a commit fbd2351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .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

Diff for: .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)