Skip to content

I give up, only build for amd64 #5

I give up, only build for amd64

I give up, only build for amd64 #5

Triggered via push September 16, 2023 11:40
Status Failure
Total duration 3m 19s
Artifacts

release.yml

on: push
ghcrio  /  Build and release Docker image on ghcr.io
3m 9s
ghcrio / Build and release Docker image on ghcr.io
Fit to window
Zoom out
Zoom in

Annotations

1 error
ghcrio / Build and release Docker image on ghcr.io
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"${TARGETPLATFORM}\" = \"linux/amd64\" ]; then RUSTTARGET=x86_64-unknown-linux-gnu; export TARGET_CC=/usr/bin/x86-64-linux-gnu-gcc; export TARGET_AR=/usr/bin/x86-64-linux-gnu-ar; fi && if [ \"${TARGETPLATFORM}\" = \"linux/arm64\" ]; then RUSTTARGET=aarch64-unknown-linux-gnu; export TARGET_CC=/usr/bin/aarch64-linux-gnu-gcc; export TARGET_AR=/usr/bin/aarch64-linux-gnu-ar; fi && if [ \"${TARGETPLATFORM}\" = \"linux/arm/v7\" ]; then RUSTTARGET=armv7-unknown-linux-gnueabihf; export TARGET_CC=/usr/bin/arm-linux-gnueabihf-gcc; export TARGET_AR=/usr/bin/arm-linux-gnueabihf-ar; fi && cargo build --all-features --bins --release --target=${RUSTTARGET} || if [ \"${TARGETPLATFORM}\" = \"linux/amd64\" ]; then apt-get install --assume-yes libssl1.1:amd64 libssl-dev:amd64; fi && if [ \"${TARGETPLATFORM}\" = \"linux/arm64\" ]; then apt-get install --assume-yes libssl1.1:arm64 libssl-dev:arm64; fi && if [ \"${TARGETPLATFORM}\" = \"linux/arm/v7\" ]; then apt-get install --assume-yes libssl1.1:armhf libssl-dev:armhf; fi && cargo build --all-features --bins --release --target=${RUSTTARGET}" did not complete successfully: exit code: 101