Go Cloud Code/Docker on M1 Mac exec format error
I'm trying to use GoLand/Cloud Code to build a Golang microservice. But I can't seem to get the Dockerfile nailed down. FROM --platform=linux/arm64 golang:1.20-alpine AS build_base RUN apk add --no-cache git # Set the Current Working Directory inside the container…