We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2549e3b commit 389a5e5Copy full SHA for 389a5e5
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.19.12 as builder
18
19
ARG STAGINGVERSION
Dockerfile.Windows
@@ -16,7 +16,6 @@ ARG BASE_IMAGE
FROM --platform=$BUILDPLATFORM golang:1.19.12 AS builder
ARG TARGETPLATFORM
20
21
WORKDIR /code
22
ADD . /code/
0 commit comments