feat: enable multi-platform builds for canary release and added python package to build process in Dockerfile

This commit is contained in:
biersoeckli
2025-02-07 14:24:30 +00:00
parent 99dabd73e0
commit 1290f18869
2 changed files with 12 additions and 27 deletions

View File

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