diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1caf4da..0b56ad1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} build-args: | BASE_IMAGE_NAME=${{ matrix.base_image_name }} @@ -141,7 +141,7 @@ jobs: uses: docker/build-push-action@v5 with: context: . - platforms: linux/amd64 + platforms: linux/amd64,linux/arm64 push: ${{ github.event_name != 'pull_request' }} build-args: | BASE_IMAGE_NAME=${{ matrix.base_image_name }}