don't build for arm64
This commit is contained in:
parent
244bcbc6b1
commit
d7648ae8ae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mono.yml
vendored
2
.github/workflows/mono.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue