Skip to content

Commit 34f34a7

Browse files
committed
add build_release
1 parent a09240c commit 34f34a7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
endhost-configurator
2-
topology.json
2+
topology.json
3+
*.zip

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ build:
66

77
build-release:
88
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o endhost-configurator .
9+
zip -r endhost-configurator.zip endhost-configurator certs topology_template.json
910

1011
# Clean build artifacts
1112
clean:

0 commit comments

Comments
 (0)