Skip to content

Commit

Permalink
attempt multi-arch builds
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCMcDonough committed Dec 25, 2023
1 parent 55da8b7 commit 8734a28
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Log in to the Container registry
Expand Down Expand Up @@ -44,3 +46,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64,linux/arm/v7

0 comments on commit 8734a28

Please sign in to comment.