try multiarch workflow
All checks were successful
Docker Image CI / docker (push) Successful in 2m41s

This commit is contained in:
2025-08-03 00:47:14 -07:00
parent d8624be9fe
commit ec77f5adce

View File

@@ -55,6 +55,7 @@ jobs:
- name: Build and push - name: Build and push
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }} push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}