Skip to content

Commit cdb5634

Browse files
committed
repo cleanup
Signed-off-by: Moritz "WanzenBug" Wanzenböck <moritz.wanzenboeck@linbit.com>
1 parent 0fccc1b commit cdb5634

2 files changed

Lines changed: 0 additions & 416 deletions

File tree

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ ARG TARGETOS
1616
ARG TARGETARCH
1717
RUN --mount=type=cache,target=/root/.cache/go-build CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go build -ldflags="-X github.com/piraeusdatastore/linstor-scheduler-extender/pkg/consts.Version=${VERSION} -extldflags=-static" -o . -v ./cmd/...
1818

19-
FROM --platform=$BUILDPLATFORM golang:1.17 as downloader
20-
21-
ARG TARGETOS
22-
ARG TARGETARCH
23-
2419
FROM gcr.io/distroless/static:latest
2520
COPY --from=builder /src/linstor-scheduler-extender /linstor-scheduler-extender
2621
COPY --from=builder /src/linstor-scheduler-admission /linstor-scheduler-admission

0 commit comments

Comments
 (0)