Skip to content

Added actively dying patient category (#2298) #81

Added actively dying patient category (#2298)

Added actively dying patient category (#2298) #81

Triggered via push August 23, 2024 11:13
Status Failure
Total duration 9m 10s
Artifacts

deploy.yml

on: push
Build & Push to container registries
49s
Build & Push to container registries
Notify release
0s
Notify release
Deploy to ECS API Egov
0s
Deploy to ECS API Egov
Deploy to staging GCP cluster
0s
Deploy to staging GCP cluster
Fit to window
Zoom out
Zoom in

Annotations

1 error
Build & Push to container registries
buildx failed with: ERROR: failed to solve: process "/bin/sh -c ARCH=$(dpkg --print-architecture) && if [ \"$ARCH\" = \"amd64\" ]; then TYPST_ARCH=\"x86_64-unknown-linux-musl\"; elif [ \"$ARCH\" = \"arm64\" ]; then TYPST_ARCH=\"aarch64-unknown-linux-musl\"; else echo \"Unsupported architecture: $ARCH\"; exit 1; fi && wget -O typst.tar.xz https://github.com/typst/typst/releases/download/v${TYPST_VERSION}/typst-${TYPST_ARCH}.tar.xz && tar -xf typst.tar.xz && mv typst-${TYPST_ARCH}/typst /usr/local/bin/typst && chmod +x /usr/local/bin/typst && rm -rf typst.tar.xz typst-${TYPST_ARCH} RUN python -m venv /venv" did not complete successfully: exit code: 127