Skip to content

Commit

Permalink
Update deploy-main.yml
Browse files Browse the repository at this point in the history
Remove build for linux/386
  • Loading branch information
76rhodan authored Feb 18, 2024
1 parent 92b2c72 commit 0a19d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
context: .
file: ./Dockerfile
no-cache: true
platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/i386
platforms: linux/amd64,linux/arm/v7,linux/arm64
push: true
tags: ghcr.io/${{ env.GHCR_IMAGE }}:${{ env.GHCR_TAG }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 0a19d7f

Please sign in to comment.