Skip to content

Commit

Permalink
add self hosted runner to publish arm64 images
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Jun 17, 2024
1 parent 94c6fc0 commit 497a6c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-push:
runs-on: ubuntu-latest
runs-on: [self-hosted, linux, X64, scroll-runner-1]
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand All @@ -23,6 +23,7 @@ jobs:
- name: Build docker image
uses: docker/build-push-action@v2
with:
platforms: linux/amd64,linux/arm64
context: .
file: Dockerfile
# push: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 497a6c9

Please sign in to comment.