deis / docker-go-dev

The containerized Go development environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UPX v3.94 break up darwin binary

maksim-paskal opened this issue · comments

OS: MacOS 11.4
Docker: 20.10.7

build binary:

git clone git@github.com:Azure/aks-engine.git
cd aks-engine
docker run --rm \
-v $(pwd):/go/src/github.com/Azure/aks-engine \
-w /go/src/github.com/Azure/aks-engine \
mcr.microsoft.com/oss/azcu/go-dev:v1.32.2 make dist

run binary:

./_dist/aks-engine-nightly-darwin-amd64/aks-engine
zsh: killed     ./_dist/aks-engine-nightly-darwin-amd64/aks-engine

if remove upx compresstion in Makefile - it's will be ok - if update upx to latest v3.96 it's also will be ok

Azure/aks-engine#4513