fix(build): Fixing build, do not use alpine

Alpine image seems to break the Windows binary (striped by error) and
makes katenary unusable.
This commit is contained in:
2025-07-07 17:59:16 +02:00
parent c54bc35c9f
commit 42c738211c

View File

@@ -16,7 +16,7 @@ SIGNER=metal3d@gmail.com
UPX_OPTS = UPX_OPTS =
UPX ?= upx $(UPX_OPTS) UPX ?= upx $(UPX_OPTS)
BUILD_IMAGE=docker.io/golang:$(GOVERSION)-alpine BUILD_IMAGE=docker.io/golang:$(GOVERSION)
# SHELL=/bin/bash # SHELL=/bin/bash
# List of source files # List of source files