Merge pull request #547 from MODSetter/dev

Added arm build for docker package
This commit is contained in:
Rohan Verma 2025-12-10 22:26:16 -08:00 committed by GitHub
commit 0c6a519c37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,6 +154,6 @@ jobs:
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64
platforms: linux/amd64, linux/arm64
cache-from: type=gha
cache-to: type=gha,mode=max