build for development #2
dev_build.yaml
on: workflow_dispatch
build
/
Build and Push
29s
Annotations
1 error and 1 warning
build / Build and Push
buildx failed with: ERROR: failed to solve: process "/bin/sh -c if [ \"${TARGETARCH}\" = \"amd64\" ]; then ARCH='amd64'; elif [ \"${TARGETARCH}\" = \"arm64\" ]; then ARCH='aarch64'; else echo \"Unsupported arch: ${TARGETARCH}\"; exit 1; fi && curl https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.3.1-linux-${ARCH}.tar.gz --output libwebp.tar.gz tar -zxf libwebp.tar.gz --strip-components=1 -C /go/bin && rm libwebp.tar.gz" did not complete successfully: exit code: 2
|
build / Build and Push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2, docker/setup-buildx-action@v2, docker/build-push-action@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|