Skip to content

Commit c5c8e4b

Browse files
committed
ci: Disable arm64 docker build because of SIGSEGV
1 parent 3e5044e commit c5c8e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
id: docker
9999
with:
100100
context: .
101-
platforms: linux/amd64,linux/arm64
101+
platforms: linux/amd64 #,linux/arm64 Temporary disabled due to SIGSEGV in gcc.
102102
file: Dockerfile
103103
push: true
104104
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)