From 078934c38e3cc92b18bc578aed2da6a574e616f5 Mon Sep 17 00:00:00 2001 From: "Denis N. Antonioli" Date: Sat, 22 Apr 2023 18:13:01 -0700 Subject: [PATCH] properly insert the new ARG for the standard image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7157090a..9be5be30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -387,8 +387,6 @@ ENTRYPOINT ["/action/lib/linter.sh"] # Grab small clean image to build standard ############################### ################################################################################ FROM slim as standard -# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope -ARG TARGETARCH ############### # Set up args # @@ -397,6 +395,8 @@ ARG GITHUB_TOKEN ARG PWSH_VERSION='latest' ARG PWSH_DIRECTORY='/usr/lib/microsoft/powershell' ARG PSSA_VERSION='1.21.0' +# https://docs.docker.com/engine/reference/builder/#automatic-platform-args-in-the-global-scope +ARG TARGETARCH ################ # Set ENV vars #