This commit is contained in:
2025-09-19 19:33:53 -04:00
parent 8844ee75fe
commit 84312d0b50
36 changed files with 799 additions and 694 deletions

View File

@@ -124,7 +124,7 @@ push: image=${registry}/aviation-${folder}:${version}
push: ## Build and push a specific docker image from a folder
docker buildx create \
--use \
--name aviation-builder \
--name default-builder \
--platform ${platform} || true; \
docker buildx build \
-f ${folder}/Dockerfile \