ci: Disable arm64 docker build because of SIGSEGV

This commit is contained in:
fox.cpp 2025-01-25 01:42:33 +03:00
parent 3e5044ee8e
commit c5c8e4b5b5
No known key found for this signature in database
GPG key ID: 5B991F6215D2FCC0

View file

@ -98,7 +98,7 @@ jobs:
id: docker id: docker
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64 platforms: linux/amd64 #,linux/arm64 Temporary disabled due to SIGSEGV in gcc.
file: Dockerfile file: Dockerfile
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}