don't build for arm64

This commit is contained in:
Lara 2024-10-27 12:40:37 +02:00
parent 244bcbc6b1
commit d7648ae8ae
Signed by: laratheprotogen
GPG key ID: 5C0296EB3165F98B

View file

@ -31,7 +31,7 @@ jobs:
with:
context: ./mono
file: ./mono/${{ matrix.tag }}/Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
push: true
tags: |
ghcr.io/pelican-eggs/yolks:mono_${{ matrix.tag }}