File tree Expand file tree Collapse file tree 2 files changed +0
-32
lines changed
Expand file tree Collapse file tree 2 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 5151
5252ifeq ($(FLAVOR ) , centos-7)
5353 TARGET_PUBLIC_REPO ?= el7
54- else ifeq ($(FLAVOR), centos-6)
55- TARGET_PUBLIC_REPO ?= el6
5654else
5755 TARGET_PUBLIC_REPO ?= $(FLAVOR)
5856endif
Original file line number Diff line number Diff line change @@ -181,36 +181,6 @@ jessie: *stretch
181181
182182buster : *stretch
183183
184- centos-6 :
185- build-rpm :
186- build_dir : *build_dir
187- builddeps : &el6_builddeps
188- - https://dl.fedoraproject.org/pub/epel/epel-release-latest-6.noarch.rpm
189- post-cache :
190- - source /usr/local/rvm/scripts/rvm
191- - rvm use 1.9
192- - sudo yum install -y fakeroot
193- - wget https://golang.org/dl/go1.12.9.linux-amd64.tar.gz -P /tmp/
194- - sudo tar -C /usr/local -xzf /tmp/go1.12.9.linux-amd64.tar.gz
195- - export PATH=$PATH:/usr/local/go/bin
196- - export GOOS=linux
197- - export GOARCH=amd64
198- - make cloudflared-rpm
199- publish-rpm :
200- build_dir : *build_dir
201- builddeps : *el6_builddeps
202- post-cache :
203- - source /usr/local/rvm/scripts/rvm
204- - rvm use 1.9
205- - sudo yum install -y fakeroot
206- - wget https://golang.org/dl/go1.12.9.linux-amd64.tar.gz -P /tmp/
207- - sudo tar -C /usr/local -xzf /tmp/go1.12.9.linux-amd64.tar.gz
208- - export PATH=$PATH:/usr/local/go/bin
209- - export GOOS=linux
210- - export GOARCH=amd64
211- - make publish-rpm
212-
213-
214184centos-7 :
215185 publish-rpm :
216186 build_dir : *build_dir
You can’t perform that action at this time.
0 commit comments