feat(chart): add auctioneer chart and just commands #8084
Annotations
1 error and 1 warning
Build and push
failed with: Error: failed to solve: process "/bin/sh -c if [ \"$TARGETPLATFORM\" = \"linux/arm64\" ] && [ \"$BUILDPLATFORM\" != \"linux/arm64\" ]; then export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=aarch64-linux-gnu-gcc CC_aarch64_unknown_linux_gnu=aarch64-linux-gnu-gcc CXX_aarch64_unknown_linux_gnu=aarch64-linux-gnu-g++ PKG_CONFIG_SYSROOT_DIR=/usr/aarch64-linux-gnu; TARGET_TRIPLE=aarch64-unknown-linux-gnu; elif [ \"$TARGETPLATFORM\" = \"linux/amd64\" ] && [ \"$BUILDPLATFORM\" != \"linux/amd64\" ]; then export CARGO_TARGET_x86_64_UNKNOWN_LINUX_GNU_LINKER=x86_64-linux-gnu-gcc CC_x86_64_unknown_linux_gnu=x86_64-linux-gnu-gcc CXX_x86_64_unknown_linux_gnu=x86_64-linux-gnu-g++ PKG_CONFIG_SYSROOT_DIR=/usr/x86_64-linux-gnu; TARGET_TRIPLE=x86_64-unknown-linux-gnu; else TARGET_TRIPLE=$(uname -m)-unknown-linux-gnu; fi; export PROTOC=/usr/local/bin/protoc; cargo build --release --target $TARGET_TRIPLE --bin $TARGETBINARY; if [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then ARCH=aarch64; elif [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then ARCH=x86_64; fi; cp target/$ARCH-unknown-linux-gnu/release/$TARGETBINARY release/;" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2, docker/metadata-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading