We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 015bb44 + 1dfe9a2 commit 1705ee0Copy full SHA for 1705ee0
deb/Makefile
@@ -28,6 +28,7 @@ BUILD?=DOCKER_BUILDKIT=1 \
28
RUN_FLAGS=
29
RUN?=docker run --rm \
30
-e PLATFORM \
31
+ -e GOPROXY=https://proxy.golang.org \
32
-e EPOCH='$(EPOCH)' \
33
-e DEB_VERSION=$(word 1, $(GEN_DEB_VER)) \
34
-e VERSION=$(word 2, $(GEN_DEB_VER)) \
rpm/Makefile
@@ -50,6 +50,7 @@ RPMBUILD_FLAGS?=-ba\
50
51
52
53
54
-v $(CURDIR)/rpmbuild/SOURCES:/root/rpmbuild/SOURCES:ro \
55
-v $(CURDIR)/rpmbuild/$@/RPMS:/root/rpmbuild/RPMS \
56
-v $(CURDIR)/rpmbuild/$@/SRPMS:/root/rpmbuild/SRPMS \
0 commit comments