Skip to content
This repository has been archived by the owner on Sep 28, 2024. It is now read-only.

Commit

Permalink
Merge pull request #18 from blinklabs-io/chore/target-arm64-runners
Browse files Browse the repository at this point in the history
chore: target arm64 self-hosted runners
  • Loading branch information
wolf31o2 authored Dec 5, 2023
2 parents 446f947 + e8c8aef commit a124ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
mv /tmp/.buildx-cache-new /tmp/.buildx-cache
build-arm64:
runs-on: self-hosted
runs-on: ["self-hosted", "ARM64"]
steps:
- uses: actions/checkout@v2
- name: qemu
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
done
build-arm64:
runs-on: self-hosted
runs-on: ["self-hosted", "ARM64"]
permissions:
contents: read
packages: write
Expand Down

0 comments on commit a124ec7

Please sign in to comment.