Skip to content

Commit

Permalink
Add architecture to docker image name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kasper Peeters committed Aug 4, 2024
1 parent 0ab8846 commit abb21c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
fail-fast: false
matrix:
platform:
- linux/amd64
- linux/arm64
arch:
- amd64
- arm64

steps:
- name: Prepare
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Build Docker image
uses: docker/build-push-action@v4
with:
platforms: ${{ matrix.platform }}
platforms: linux/${{ matrix.arch }}
labels: ${{ steps.meta.outputs.labels }}
context: .
file: docker/Dockerfile
Expand Down

0 comments on commit abb21c7

Please sign in to comment.