You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I do the same like before, but this time within a KVM virtual machine (AMD64)...
Running the run.sh script leads to the following... how do I solve this?
~/maeve-csms/scripts# ./run.sh
WARNING: The UID variable is not set. Defaulting to a blank string.
WARNING: The GID variable is not set. Defaulting to a blank string.
Building manager
Sending build context to Docker daemon 2.715MB
Step 1/14 : FROM golang:1.20-alpine AS builder
---> 71719a2da3d1
Step 2/14 : RUN apk add --no-cache git openssh ca-certificates
---> Using cache
---> a57a08d5d36a
Step 3/14 : WORKDIR /src
---> Using cache
---> 74ada187e05e
Step 4/14 : ARG TARGETARCH
---> Using cache
---> fd8375d5f725
Step 5/14 : RUN if [ "$TARGETARCH" = "arm64" ]; then TARGETARCH=aarch64 ; fi; wget -O /usr/bin/curl https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-$TARGETARCH && chmod +x /usr/bin/curl
---> Running in 2d6c4270cfb8
Connecting to github.com (140.82.121.4:443)
wget: server returned error: HTTP/1.1 404 Not Found
The command '/bin/sh -c if [ "$TARGETARCH" = "arm64" ]; then TARGETARCH=aarch64 ; fi; wget -O /usr/bin/curl https://github.com/moparisthebest/static-curl/releases/download/v8.0.1/curl-$TARGETARCH && chmod +x /usr/bin/curl' returned a non-zero code: 1
ERROR: Service 'manager' failed to build : Build failed
The text was updated successfully, but these errors were encountered:
When I do the same like before, but this time within a KVM virtual machine (AMD64)...
Running the run.sh script leads to the following... how do I solve this?
The text was updated successfully, but these errors were encountered: