Merge pull request #192 from parkervcp/update-mono

mono: make steamcmd work and build for arm64
This commit is contained in:
Michael (Parker) Parker
2023-10-24 09:33:07 -04:00
committed by GitHub
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 }}