From 958abb10db99d6040339d6c57c524130685300b8 Mon Sep 17 00:00:00 2001 From: Adam Kunicki Date: Tue, 1 Mar 2022 21:27:54 -0800 Subject: [PATCH 1/2] Revert "Use forked golang-cross with newer goreleaser" This reverts commit 6bc3ef02105c756a933ac9dd518467cd04e3be41. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 23d1ca3..3a7db90 100644 --- a/Makefile +++ b/Makefile @@ -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 @@ -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 From 4cef84cf8fb35dd5f618dbbe6fde547e6b612eae Mon Sep 17 00:00:00 2001 From: Adam Kunicki Date: Tue, 1 Mar 2022 21:28:58 -0800 Subject: [PATCH 2/2] Update golang-cross to latest version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a7db90..eccb101 100644 --- a/Makefile +++ b/Makefile @@ -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