mono: make steamcmd work and build for arm64

This commit is contained in:
Quinten
2023-10-11 19:29:25 +02:00
committed by GitHub
parent 33e2794a5c
commit cbe953c448
3 changed files with 56 additions and 9 deletions

View File

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