mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-31 22:38:58 +00:00
Revert [CI] set the platform for cross compilation
This commit is contained in:
parent
d5e104fef1
commit
e6eb1c752e
2 changed files with 2 additions and 2 deletions
|
@ -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}
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue