Ivansamara109
Results
1
comments of
Ivansamara109
try GOOS=linux GOARCH=amd64 go build Here is my DockerFile that I use on my Mac ``` FROM golang:1.14 AS builder COPY resources/9.2.0.1-IBM-MQC-Redist-LinuxX64.tar /opt/mqm/ RUN mkdir -p /opt/mqm && cd /opt/mqm...