Skip to content

try again

try again #7

Triggered via push December 29, 2024 20:00
Status Failure
Total duration 2m 43s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
image
buildx failed with: ERROR: failed to solve: process "/bin/bash -o pipefail -c echo \"Building for OS: $TARGETOS, ARCH: $TARGETARCH\" && if [ \"$TARGETARCH\" = \"arm64\" ]; then echo \"Setting ARM64 specific flags\" && GOARCH=arm64 GOOS=linux CGO_ENABLED=1 CGO_CFLAGS_ALLOW=-Xpreprocessor CC=\"gcc -march=armv8-a\" go build -trimpath -ldflags=\"-s -w\" -o /go/bin/app ./cmd/server; else echo \"Building for AMD64\" && CGO_ENABLED=1 go build -trimpath -ldflags=\"-s -w\" -o /go/bin/app ./cmd/server; fi" did not complete successfully: exit code: 1
image
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636