Skip to content

Commit

Permalink
fix: removes unsupported archs
Browse files Browse the repository at this point in the history
  • Loading branch information
VannaDii committed Dec 23, 2022
1 parent 4aca5c6 commit 21c9b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:
push: true
context: .
file: Dockerfile.al2
platforms: linux/amd64,linux/arm64,linux/386,linux/arm/v7
platforms: linux/amd64,linux/arm64
tags: ${{ env.REGISTRY }}/${{ github.repository }}:latest,${{ env.REGISTRY }}/${{ github.repository }}:${{ env.GITHUB_SHA_SHORT }}

0 comments on commit 21c9b74

Please sign in to comment.