Skip to content

Commit 958ddc7

Browse files
authored
Merge pull request #1387 from k8s-infra-cherrypick-robot/cherry-pick-1379-to-release-1.9
[release-1.9] Remove ARG BUILDPLATFORM from Dockerfile
2 parents 4b8a8c8 + 73e8bae commit 958ddc7

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)