Skip to content

Commit 39f1bdc

Browse files
tyuchnk8s-infra-cherrypick-robot
authored and
k8s-infra-cherrypick-robot
committed
Remove ARG BUILDPLATFORM from Dockerfile
1 parent 91ffe78 commit 39f1bdc

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Dockerfile

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
ARG BUILDPLATFORM
16-
1715
FROM --platform=$BUILDPLATFORM golang:1.20.7 as builder
1816

1917
ARG STAGINGVERSION

Dockerfile.Windows

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ ARG BASE_IMAGE
1616
FROM --platform=$BUILDPLATFORM golang:1.20.7 AS builder
1717

1818
ARG TARGETPLATFORM
19-
ARG BUILDPLATFORM
2019
ARG STAGINGVERSION
2120
WORKDIR /code
2221
ADD . /code/

0 commit comments

Comments
 (0)