From 42c738211c01a9d4975e6b614d608e1836c4ceca Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Mon, 7 Jul 2025 17:59:16 +0200 Subject: [PATCH] fix(build): Fixing build, do not use alpine Alpine image seems to break the Windows binary (striped by error) and makes katenary unusable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e4369e5..341767b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ SIGNER=metal3d@gmail.com UPX_OPTS = UPX ?= upx $(UPX_OPTS) -BUILD_IMAGE=docker.io/golang:$(GOVERSION)-alpine +BUILD_IMAGE=docker.io/golang:$(GOVERSION) # SHELL=/bin/bash # List of source files