mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-16 00:43:46 +00:00
refactor(build): move jenkins files under build/jenkins/ folder (#212)
* move jenkins files * trigger jenkins * trigger jenkins * trigger jenkins * fix goproxy --------- Co-authored-by: vincent <419436363@qq.com>
This commit is contained in:
parent
f2c39ae574
commit
98eb664f23
3 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ ARG BUILDNUM=""
|
||||||
# Build Geth in a stock Go builder container
|
# Build Geth in a stock Go builder container
|
||||||
FROM golang:1.17-alpine as builder
|
FROM golang:1.17-alpine as builder
|
||||||
|
|
||||||
ENV GOPROXY https://goproxy.io,direct
|
ENV GOPROXY https://proxy.golang.org,direct
|
||||||
|
|
||||||
ADD . /go-ethereum
|
ADD . /go-ethereum
|
||||||
RUN apk add --no-cache gcc musl-dev linux-headers git ca-certificates \
|
RUN apk add --no-cache gcc musl-dev linux-headers git ca-certificates \
|
||||||
|
|
|
||||||
0
Jenkinsfile → build/jenkins/Jenkinsfile
vendored
0
Jenkinsfile → build/jenkins/Jenkinsfile
vendored
Loading…
Reference in a new issue