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:
ChuhanJin 2023-02-10 10:25:35 +08:00 committed by GitHub
parent f2c39ae574
commit 98eb664f23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,7 @@ ARG BUILDNUM=""
# Build Geth in a stock Go builder container
FROM golang:1.17-alpine as builder
ENV GOPROXY https://goproxy.io,direct
ENV GOPROXY https://proxy.golang.org,direct
ADD . /go-ethereum
RUN apk add --no-cache gcc musl-dev linux-headers git ca-certificates \