Skip to content

Commit a5d373b

Browse files
committed
fix silly typo in Dockerfile, since it is not a Makefile
Signed-off-by: Avi Deitcher <avi@deitcher.net>
1 parent 402cfa2 commit a5d373b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ WORKDIR /app
1212
COPY go.mod go.sum ./
1313
RUN go mod download
1414
COPY . .
15-
RUN make install TARGET=/oxide-controller OS=$(TARGETOS) ARCH=$(TARGETARCH)
15+
RUN make install TARGET=/oxide-controller OS=${TARGETOS} ARCH=${TARGETARCH}
1616

1717
FROM scratch
1818
COPY --from=build /oxide-controller /oxide-controller

0 commit comments

Comments
 (0)