mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
circle: use .exe as extension for Windows binary
Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
parent
592d0fd7c5
commit
763e5e317f
@ -44,7 +44,7 @@ jobs:
|
|||||||
environment:
|
environment:
|
||||||
GOOS: windows
|
GOOS: windows
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
command: make LOCAL_TARGET=bin/linuxkit-$GOOS-$GOARCH local-build
|
command: make LOCAL_TARGET=bin/linuxkit-$GOOS-$GOARCH.exe local-build
|
||||||
- run:
|
- run:
|
||||||
name: Test
|
name: Test
|
||||||
command: make local-test
|
command: make local-test
|
||||||
|
Loading…
Reference in New Issue
Block a user