build error
Job failed with exit code: 1. Reason: cache miss: [stage-1 5/8] WORKDIR /home/user/app cache miss: [stage-1 6/8] COPY --from=builder --chown=user:user /build/app . cache miss: [stage-1 2/8] RUN apt-get update && apt-get install -y curl zstd ca-certificates && rm -rf /var/lib/apt/lists/* cache miss: [stage-1 8/8] RUN chmod +x app entrypoint.sh cache miss: [builder 6/6] RUN CGO_ENABLED=0 GOOS=linux go build -ldflags="-s -w" -o app main.go cache miss: [builder 3/6] COPY go.mod go.sum ./ cache miss: [stage-1 4/8] RUN useradd -m -u 1000 user cache miss: [stage-1 3/8] RUN curl -fsSL https://ollama.com/install.sh | sh cache miss: [builder 5/6] COPY . . cache miss: [stage-1 7/8] COPY --chown=user:user entrypoint.sh . cache miss: [builder 4/6] RUN go mod download {"total":20,"completed":11,"user_total":14,"user_cached":2,"user_completed":5,"user_cacheable":12,"from":2,"miss":11,"client_duration_ms":587}
Build logs:
Fetching error logs...