diff --git a/.abf.yml b/.abf.yml index 3ca6a30..eabb5c7 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - gitlab-runner-v13.9.0.tar.bz2: 5243778bee9e41759c7053dd40b42b2a7e8f9e57 + gitlab-runner-v13.9.0.tar.bz2: 4fbfa1308fe32c8ff1e38f0e43b8f335dc98e7e9 diff --git a/gitlab-runner.spec b/gitlab-runner.spec index 7224933..1c53215 100644 --- a/gitlab-runner.spec +++ b/gitlab-runner.spec @@ -23,6 +23,7 @@ run your CI/CD jobs and send the results back to GitLab %setup -qn %{name}-v%{version} %build +export GOPROXY=https://proxy.golang.org,direct go build -o bin/%{name} -ldflags="-s -w -X gitlab.com/gitlab-org/%{name}/common.VERSION=%{version} \ -X gitlab.com/gitlab-org/%{name}/common.NAME=%{name} \ -X gitlab.com/gitlab-org/%{name}/common.BUILT=ROSA"