Skip to content

Update Dockerfile

Update Dockerfile #44

Triggered via push July 31, 2024 08:02
Status Failure
Total duration 23m 14s
Artifacts

multiarch.yml

on: push
Matrix: build_django
Matrix: build_nginx
Matrix: build_worker
Fit to window
Zoom out
Zoom in

Annotations

1 error
build_django (linux/amd64)
buildx failed with: ERROR: failed to solve: process "/bin/sh -c echo \"Building for platform: $TARGETPLATFORM\" && if [ \"$TARGETPLATFORM\" = \"linux/amd64\" ]; then curl -Lo go.tar.gz https://dl.google.com/go/go1.22.0.linux-amd64.tar.gz && tar -C /usr/local -xzf go.tar.gz && rm go.tar.gz && git clone https:/volatilityfoundation/dwarf2json.git && cd dwarf2json && /usr/local/go/bin/go build; elif [ \"$TARGETPLATFORM\" = \"linux/arm64\" ]; then curl -Lo go.tar.gz https://dl.google.com/go/go1.22.0.linux-arm64.tar.gz && tar -C /usr/local -xzf go.tar.gz && rm go.tar.gz && apt-get install -y gcc-aarch64-linux-gnu && git clone https:/volatilityfoundation/dwarf2json.git && cd dwarf2json && CC=aarch64-linux-gnu-gcc /usr/local/go/bin/go build; else echo \"Unsupported platform: $TARGETPLATFORM\" && exit 1; fi" did not complete successfully: exit code: 1