Skip to content

Commit

Permalink
Merge pull request #2 from kilnfi/build-arm
Browse files Browse the repository at this point in the history
feat: build linux ARM docker image
  • Loading branch information
ArchiFleKs authored Sep 10, 2024
2 parents 10610ca + 18e827e commit b0ff6a5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
with:
ref: "stable"

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

Expand All @@ -112,6 +115,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/commit-boost/pbs:${{ github.ref_name }}
ghcr.io/commit-boost/pbs:latest
Expand All @@ -124,6 +128,7 @@ jobs:
with:
context: .
push: true
platforms: linux/amd64,linux/arm64
tags: |
ghcr.io/commit-boost/signer:${{ github.ref_name }}
ghcr.io/commit-boost/signer:latest
Expand Down

0 comments on commit b0ff6a5

Please sign in to comment.