diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml index 0aef68b..e3ede82 100644 --- a/.gitea/workflows/on-push.yaml +++ b/.gitea/workflows/on-push.yaml @@ -46,6 +46,7 @@ jobs: uses: https://github.com/docker/build-push-action@v5 with: context: . + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }}