Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Commit fee6d56

Browse files
committed
Build windows on make cross
1 parent edb8dd5 commit fee6d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ORG := github.com/GoogleCloudPlatform
99
PROJECT := container-diff
1010
REPOPATH ?= $(ORG)/$(PROJECT)
1111

12-
SUPPORTED_PLATFORMS := linux-amd64 darwin-amd64
12+
SUPPORTED_PLATFORMS := linux-amd64 darwin-amd64 windows-amd64
1313
BUILD_PACKAGE = $(REPOPATH)
1414

1515
# These build tags are from the containers/image library.

0 commit comments

Comments
 (0)