Skip to content

Commit

Permalink
fix: Hotfix release by skipping arm64 container build
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Mar 25, 2022
1 parent 4f789a4 commit 16a6050
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,9 @@ jobs:
uses: docker/build-push-action@v2
with:
context: .
platforms: linux/arm64,linux/amd64
# temporarly removing arm platform until we resolve the ca-certificates issue
#platforms: linux/arm64,linux/amd64
platforms: linux/amd64
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit 16a6050

Please sign in to comment.