diff --git a/.github/workflows/ci-dev.yaml b/.github/workflows/ci-dev.yaml index 3cf89f7..ec3609b 100644 --- a/.github/workflows/ci-dev.yaml +++ b/.github/workflows/ci-dev.yaml @@ -66,4 +66,5 @@ jobs: with: #push: ${{ github.event.pull_request.merged }} push: true + platforms: linux/amd64,linux/arm/v8 tags: ${{ steps.prep.outputs.tags }}