chore: remove debug
All checks were successful
ZeroDownTime/fuse-device-plugin/pipeline/head This commit looks good

This commit is contained in:
Stefan Reimer 2023-09-27 18:01:49 +00:00
parent dc23e0323a
commit ce489496ed

View File

@ -3,8 +3,6 @@ FROM golang:1.20-alpine as builder
COPY src /fuse-device-plugin COPY src /fuse-device-plugin
WORKDIR /fuse-device-plugin WORKDIR /fuse-device-plugin
RUN pwd && ls -laR
RUN CGO_ENABLED=0 go build -ldflags "-s -w" . RUN CGO_ENABLED=0 go build -ldflags "-s -w" .
FROM scratch FROM scratch