Skip to content

Commit 389a5e5

Browse files
committed
Remove ARG BUILDPLATFORM from Dockerfile
1 parent 2549e3b commit 389a5e5

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.19.12 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.19.12 AS builder
1717

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

0 commit comments

Comments
 (0)