Skip to content

Commit e42741c

Browse files
committed
ci: Re-enable arm64 docker builds
1 parent fd6d880 commit e42741c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
id: docker
145145
with:
146146
context: .
147-
platforms: linux/amd64 #,linux/arm64 Temporary disabled due to SIGSEGV in gcc.
147+
platforms: linux/amd64,linux/arm64
148148
file: Dockerfile
149149
push: true
150150
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)