Skip to content

Commit 16a6050

Browse files
committed
fix: Hotfix release by skipping arm64 container build
1 parent 4f789a4 commit 16a6050

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,9 @@ jobs:
143143
uses: docker/build-push-action@v2
144144
with:
145145
context: .
146-
platforms: linux/arm64,linux/amd64
146+
# temporarly removing arm platform until we resolve the ca-certificates issue
147+
#platforms: linux/arm64,linux/amd64
148+
platforms: linux/amd64
147149
push: true
148150
tags: ${{ steps.meta.outputs.tags }}
149151
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)