From 4552ec0fb0992a6ccde76dc7975a053c369bb047 Mon Sep 17 00:00:00 2001 From: Alexandre DEVELY <12896316+alexandredevely@users.noreply.github.com> Date: Tue, 26 Mar 2024 15:36:26 +0100 Subject: [PATCH] Update main.yaml --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6c84acc..930e185 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -165,7 +165,7 @@ jobs: with: file: ${{ matrix.dockerfile }} context: . - platforms: linux/amd64, linux/arm64 + platforms: linux/amd64 build-args: | BASE_IMAGE=${{ matrix.source }} push: true