diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 6289d09..b73606a 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -39,6 +39,7 @@ jobs: id: build uses: docker/build-push-action@v5 with: + platforms: linux/amd64,linux/arm64 push: false load: true tags: spider:latest @@ -53,6 +54,7 @@ jobs: if: ${{ github.event_name != 'pull_request' }} uses: docker/build-push-action@v5 with: + platforms: linux/amd64,linux/arm64 push: true tags: ${{ steps.meta.outputs.tags }} labels: |