From 94581eb795b54abfa13455312b179a466f168877 Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Mon, 18 Nov 2024 18:13:43 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ef2a92..1d49da2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: with: file: Dockerfile.builder context: . - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64 push: true build-args: | BASE_IMAGE_RELEASE=22.04 @@ -53,7 +53,7 @@ jobs: with: file: Dockerfile context: . - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64 build-args: | BRANCH=${{ env.imagetag }} push: true