Open icecream154 opened 2 years ago
same problem
Same problem as well. Compiles fine on mac, but I'm receiving the same error as above when trying to compile a binary for a different architecture:
env GOOS=linux GOARCH=386 go build
remove CGO_ENABLED parameter from buils script. Bimg depends on GCC
Hi, which Dockerfile
are you guys talking about please?
I see Dockerfile doesn't have such go mod
and building steps, not even in https://github.com/h2non/bimg/commits/master/Dockerfile
What I'm missing please?
I can compile my program on my own mac, but i cannot build the docker image. How to use the lib in a docker image?