Skip to content

Commit

Permalink
Merge pull request #33 from kunickiaj/gr-fork-rev
Browse files Browse the repository at this point in the history
  • Loading branch information
kunickiaj authored Mar 28, 2022
2 parents 792c85a + 4cef84c commit 591e35d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PACKAGE_NAME := github.com/kunickiaj/beer
GOLANG_CROSS_VERSION ?= v1.17.2
GOLANG_CROSS_VERSION ?= v1.17.6

SYSROOT_DIR ?= sysroots
SYSROOT_ARCHIVE ?= sysroots.tar.bz2
Expand All @@ -22,7 +22,7 @@ release-dry-run:
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-v `pwd`/sysroot:/sysroot \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/kunickiaj/golang-cross:${GOLANG_CROSS_VERSION} \
ghcr.io/troian/golang-cross:${GOLANG_CROSS_VERSION} \
--rm-dist --skip-validate --skip-publish

.PHONY: release
Expand All @@ -41,5 +41,5 @@ release:
-v `pwd`:/go/src/$(PACKAGE_NAME) \
-v `pwd`/sysroot:/sysroot \
-w /go/src/$(PACKAGE_NAME) \
ghcr.io/kunickiaj/golang-cross:${GOLANG_CROSS_VERSION} \
ghcr.io/troian/golang-cross:${GOLANG_CROSS_VERSION} \
release --rm-dist

0 comments on commit 591e35d

Please sign in to comment.