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:
2
Makefile
2
Makefile
@@ -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
|
||||||
|
Reference in New Issue
Block a user