chore: remove debug
This commit is contained in:
parent
dc23e0323a
commit
ce489496ed
@ -3,8 +3,6 @@ FROM golang:1.20-alpine as builder
|
||||
COPY src /fuse-device-plugin
|
||||
WORKDIR /fuse-device-plugin
|
||||
|
||||
RUN pwd && ls -laR
|
||||
|
||||
RUN CGO_ENABLED=0 go build -ldflags "-s -w" .
|
||||
|
||||
FROM scratch
|
||||
|
Loading…
Reference in New Issue
Block a user