feat: support multi-platform builds (amd/arm) in canary release workflow

This commit is contained in:
biersoeckli
2025-02-07 13:52:23 +00:00
parent 3d89506a5b
commit 076b491cab

View File

@@ -52,7 +52,7 @@ jobs:
with:
context: ./
push: true
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
build-args: |
VERSION_ARG=canary-${{ github.run_number }}
tags: |