Revert [CI] set the platform for cross compilation

This commit is contained in:
Loïc Dachary 2023-02-12 14:56:59 +01:00
parent d5e104fef1
commit e6eb1c752e
No known key found for this signature in database
GPG key ID: 992D23B392F9E4F2
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#Build stage
FROM --platform=$BUILDPLATFORM golang:1.19-alpine3.16 AS build-env
FROM golang:1.19-alpine3.16 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}

View file

@ -1,5 +1,5 @@
#Build stage
FROM --platform=$BUILDPLATFORM golang:1.19-alpine3.16 AS build-env
FROM golang:1.19-alpine3.16 AS build-env
ARG GOPROXY
ENV GOPROXY ${GOPROXY:-direct}