Skip to content

Commit

Permalink
chore: update docker-publish.yml to include linux/amd64 and linux/arm…
Browse files Browse the repository at this point in the history
…64 platforms
  • Loading branch information
jkpe committed Aug 10, 2024
1 parent b2c8e83 commit 0428eb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
id: build-and-push
uses: docker/build-push-action@16ebe778df0e7752d2cfcbd924afdbbd89c1a755 # v6.6.1
with:
platforms: linux/amd64,linux/arm64
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 0428eb0

Please sign in to comment.