From 764602b22ad846001c28ca7ffb1734d88ba9c48f Mon Sep 17 00:00:00 2001 From: Caleb Xavier Berger Date: Tue, 19 Jan 2021 01:36:38 -0500 Subject: [PATCH] (Hopefully) Read $TARGETPLATFORM correctly --- .github/workflows/Dockerfile.copyin | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/Dockerfile.copyin b/.github/workflows/Dockerfile.copyin index 7c7072a05..919f79195 100644 --- a/.github/workflows/Dockerfile.copyin +++ b/.github/workflows/Dockerfile.copyin @@ -1,7 +1,4 @@ ARG builder -ARG TARGETPLATFORM - -RUN "echo $TARGETPLATFORM" # https://stackoverflow.com/a/63472135/3551604 FROM ${TARGETPLATFORM}/${builder}:latest as builder