AUTH-2854: Create cloudflared RPMs

This commit is contained in:
Michael Borkenstein
2020-06-30 10:43:54 -05:00
parent 772ccc9607
commit 2ce6720a6e
2 changed files with 32 additions and 3 deletions

View File

@@ -170,6 +170,20 @@ jessie: *stretch
buster: *stretch
centos-7:
publish-rpm:
build_dir: *build_dir
builddeps:
- https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
post-cache:
- sudo yum install -y fakeroot
- wget https://golang.org/dl/go1.12.9.linux-amd64.tar.gz -P /tmp/
- sudo tar -C /usr/local -xzf /tmp/go1.12.9.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- export GOOS=linux
- export GOARCH=amd64
- make publish-rpm
# cfsetup compose
default-stack: test_dbconnect
test_dbconnect: