We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f789a4 commit 16a6050Copy full SHA for 16a6050
.github/workflows/release.yml
@@ -143,7 +143,9 @@ jobs:
143
uses: docker/build-push-action@v2
144
with:
145
context: .
146
- platforms: linux/arm64,linux/amd64
+ # temporarly removing arm platform until we resolve the ca-certificates issue
147
+ #platforms: linux/arm64,linux/amd64
148
+ platforms: linux/amd64
149
push: true
150
tags: ${{ steps.meta.outputs.tags }}
151
labels: ${{ steps.meta.outputs.labels }}
0 commit comments