Skip to content

Build and release custom docker image #28

Build and release custom docker image

Build and release custom docker image #28

Manually triggered September 18, 2024 14:21
Status Failure
Total duration 25s
Artifacts

build-image.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
build
buildx failed with: ERROR: failed to solve: process "/bin/sh -c case \"${TARGETARCH}\" in \"amd64\") export ARCH=\"amd64\" ;; \"arm64\") export ARCH=\"arm64\" ;; \"arm/v7\") export ARCH=\"armv7\" ;; *) echo \"Unsupported architecture: ${TARGETARCH}\" && exit 1 ;; esac && apk add --no-cache unzip ca-certificates wget && wget -q -O /tmp/pb.zip https://github.com/pocketbase/pocketbase/releases/download/v${PB_VERSION}/pocketbase_${PB_VERSION}_linux_${ARCH}.zip && unzip /tmp/pb.zip -d /pb/ && rm /tmp/pb.zip" did not complete successfully: exit code: 1
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/