Skip to content

Commit

Permalink
Try to fix Windows launcher acceptance test
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jasonhall@redhat.com>
  • Loading branch information
imjasonh committed Jun 17, 2021
1 parent 15e453a commit 8cb4cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acceptance/testdata/launcher/Dockerfile.windows
@@ -1,7 +1,7 @@
FROM golang:1.16-nanoserver-1809

COPY exec.d/ /go/src/exec.d
RUN set GO111MODULE=off; go build -o helper.exe exec.d
RUN set GO111MODULE=off; go build -o c:\gopath\helper.exe exec.d

COPY windows/container /

Expand Down

0 comments on commit 8cb4cbc

Please sign in to comment.