Skip to content

Commit

Permalink
feat: extend to publish for arm as well as x86
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Dawson <[email protected]>
  • Loading branch information
mhdawson committed Sep 25, 2024
1 parent 03451a2 commit daf85d5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
id-token: write
#
steps:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

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

- name: Checkout repository
uses: actions/checkout@v4

Expand All @@ -44,6 +50,7 @@ jobs:
id: push
uses: docker/build-push-action@f2a1d5e99d037542a71f64918e516c093c6f3fc4
with:
platforms: linux/amd64,linux/arm64
context: "{{defaultContext}}:container-build-info"
push: true
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit daf85d5

Please sign in to comment.