Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Installation problems on Debian GNU/Linux 12.5 (kvm/AMD64) #47

Description

@ahzf

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions