We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5044e commit c5c8e4bCopy full SHA for c5c8e4b
1 file changed
.github/workflows/release.yml
@@ -98,7 +98,7 @@ jobs:
98
id: docker
99
with:
100
context: .
101
- platforms: linux/amd64,linux/arm64
+ platforms: linux/amd64 #,linux/arm64 Temporary disabled due to SIGSEGV in gcc.
102
file: Dockerfile
103
push: true
104
tags: ${{ steps.meta.outputs.tags }}
0 commit comments