Specify C compiler in build cross-compilation #1419
Annotations
1 error and 1 warning
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"$TARGETARCH\" = \"arm64\" ] ; then --mount=type=ssh --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build GO111MODULE=on CGO_ENABLED=1 GOOS=$TARGETOS GOARCH=$TARGETARCH CC=arm-linux-gnueabi-gcc go build -ldflags \"-extldflags -static\" -o ./app ./cmd/emulator ; elif [ \"$TARGETARCH\" = \"amd64\" ] ; then --mount=type=ssh --mount=type=cache,target=/go/pkg/mod --mount=type=cache,target=/root/.cache/go-build GO111MODULE=on CGO_ENABLED=1 GOOS=$TARGETOS GOARCH=$TARGETARCH CC=gcc go build -ldflags \"-extldflags -static\" -o ./app ./cmd/emulator ; fi" did not complete successfully: exit code: 127
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading