Skip to content

Commit

Permalink
Merge pull request #38 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 6, 2023
2 parents 2f72813 + 50a2cd0 commit e2206d8
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 @@ -48,7 +48,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 @@ -83,7 +83,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 e2206d8

Please sign in to comment.