Skip to content

Commit

Permalink
ci(gha): multi-arch docker builds (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
iFergal authored Dec 9, 2024
1 parent fcff924 commit 638f626
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-keria.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
with:
images: weboftrust/keria

# For multi-arch
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker buildx
id: buildx
uses: docker/setup-buildx-action@v3
Expand All @@ -38,10 +42,11 @@ jobs:
keri-${{ runner.os }}-buildx-
- name: Build and push Docker image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: .
file: images/keria.dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: |
weboftrust/keria:${{ github.event.inputs.version }}
Expand Down

0 comments on commit 638f626

Please sign in to comment.