We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91ffe78 commit 39f1bdcCopy full SHA for 39f1bdc
Dockerfile
@@ -12,8 +12,6 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-ARG BUILDPLATFORM
16
-
17
FROM --platform=$BUILDPLATFORM golang:1.20.7 as builder
18
19
ARG STAGINGVERSION
Dockerfile.Windows
@@ -16,7 +16,6 @@ ARG BASE_IMAGE
FROM --platform=$BUILDPLATFORM golang:1.20.7 AS builder
ARG TARGETPLATFORM
20
21
WORKDIR /code
22
ADD . /code/
0 commit comments