diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 77b69afb..4ce458fe 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -76,5 +76,6 @@ jobs: file: ./Dockerfile push: true tags: ${{ steps.metadata.outputs.tags }} + platforms: linux/amd64,linux/arm64 build-args: | BASE_IMAGE=${{ env.REGISTRY }}/base-image:latest \ No newline at end of file