Compare commits

..

1 Commits

Author SHA1 Message Date
d1bdbd77ca use multiple runners for the multi-arch build
Some checks failed
CI / Static Analysis (pre-commit) (pull_request) Successful in 53s
CI / Tests (pull_request) Successful in 37s
CI / Build and push image (map[platform:linux/arm64 runner:ubuntu-arm-latest]) (pull_request) Successful in 58s
CI / Build and push image (map[platform:linux/amd64 runner:ubuntu-latest]) (pull_request) Successful in 1m10s
CI / Create docker manifest (pull_request) Failing after 20s
2025-06-22 13:03:20 -06:00

View File

@ -97,6 +97,7 @@ jobs:
id: build id: build
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }} annotations: ${{ steps.meta.outputs.annotations }}
target: prod target: prod