We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a09240c commit 34f34a7Copy full SHA for 34f34a7
.gitignore
@@ -1,2 +1,3 @@
1
endhost-configurator
2
-topology.json
+topology.json
3
+*.zip
Makefile
@@ -6,6 +6,7 @@ build:
6
7
build-release:
8
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o endhost-configurator .
9
+ zip -r endhost-configurator.zip endhost-configurator certs topology_template.json
10
11
# Clean build artifacts
12
clean:
0 commit comments