diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf3a5d3..34497d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: uses: docker/build-push-action@v5 with: context: ./bq2bq - platforms: linux/amd64 # Specify the target platforms + platforms: linux/amd64,linux/arm64 # Specify the target platforms push: true tags: | docker.io/gotocompany/optimus-task-bq2bq-executor:latest @@ -79,7 +79,7 @@ jobs: uses: docker/build-push-action@v5 with: context: ./max2max - platforms: linux/amd64 # Specify the target platforms + platforms: linux/amd64,linux/arm64 # Specify the target platforms push: true tags: | docker.io/gotocompany/max2max:latest