From c3de94e72e388326f6a8054a27c6f5e7a3b17626 Mon Sep 17 00:00:00 2001 From: Dery Rahman Ahaddienata Date: Mon, 30 Sep 2024 15:24:00 +0700 Subject: [PATCH] chore: trim prefix v and add platforms specific --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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