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.
1 parent 402cfa2 commit a5d373bCopy full SHA for a5d373b
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