We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85e3c06 + a5d373b commit a21e550Copy full SHA for a21e550
Dockerfile
@@ -12,7 +12,7 @@ WORKDIR /app
12
COPY go.mod go.sum ./
13
RUN go mod download
14
COPY . .
15
-RUN make install TARGET=/oxide-controller OS=$(TARGETOS) ARCH=$(TARGETARCH)
+RUN make install TARGET=/oxide-controller OS=${TARGETOS} ARCH=${TARGETARCH}
16
17
FROM scratch
18
COPY --from=build /oxide-controller /oxide-controller
0 commit comments