Changed build script to work with buildx to build ARM at local devices

This commit is contained in:
2026-05-08 13:03:29 +02:00
parent 67852e6bf9
commit 4186190182
2 changed files with 13 additions and 2 deletions

6
build.env Normal file
View File

@@ -0,0 +1,6 @@
REGISTRY='push.registry.cloud.aquantico.de'
IMAGE_NAME='qaffee'
IMAGE_VERSION='1.0.8'
SERVICES=(backend frontend)
SNAPSHOT_TAG='SNAPSHOT'
platform=linux/amd64,linux/arm64