Skip to content

Commit

Permalink
linux/arm64 docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
JensForstmann committed Dec 3, 2023
1 parent 2c1fdfc commit 9c48274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name == 'push' }}
build-args: |
COMMIT_SHA=${{ github.sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v3
with:
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
push: true
build-args: |
COMMIT_SHA=${{ github.sha }}
Expand Down

0 comments on commit 9c48274

Please sign in to comment.