Skip to content

Commit

Permalink
Docker build fix - arm platform
Browse files Browse the repository at this point in the history
  • Loading branch information
nagstler committed Apr 27, 2024
1 parent 33e3df9 commit d73fd7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
tags: |
${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}
${{ env.IMAGE_NAME }}:${{ github.sha }}
platforms: linux/amd64
platforms: linux/arm64
load: true
no-cache: true
2 changes: 1 addition & 1 deletion .github/workflows/ui-docker-hub-push-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64
platforms: linux/arm64
load: true
no-cache: true

0 comments on commit d73fd7a

Please sign in to comment.