techknowlogick / xgo

Go CGO cross compiler
MIT License
477 stars 80 forks source link

Error with DockerVersion 24.0.5 #218

Open backstone opened 1 year ago

backstone commented 1 year ago

We are using your SW for crosscompiling go Code. This process is running in Azure Devops on the cloud. But Microsoft have changed their docker Version from 23.x to 24.0.5 this week and now we got a error message , see below

Using vendored Go module dependencies docker: invalid spec: :/go: empty section between colons. See 'docker run --help'. 2023/09/01 07:44:55 Failed to cross compile package: exit status 125. make: *** [Makefile:119: display-backend-ecu] Error 1

[error]Bash exited with code '2'.

Any Idee ?

Greetings Ralf