Skip to content

Commit

Permalink
Fix platform string
Browse files Browse the repository at this point in the history
  • Loading branch information
doganulus committed Sep 27, 2024
1 parent 97f3894 commit cb9d8ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/labs344-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ jobs:
with:
context: containers/labs344
provenance: mode=max
platforms:
- linux/amd64
- linux/arm64
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest,${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.IMAGE_TAG }}

0 comments on commit cb9d8ac

Please sign in to comment.