Compare commits
2 Commits
pkg/dev/ub
...
dist/ubunt
Author | SHA1 | Date | |
---|---|---|---|
92b91455d2 | |||
bd970bb9ee |
2
Makefile
2
Makefile
@ -55,7 +55,7 @@ LDFLAGS := -s -w
|
||||
PLATFORMS := windows linux darwin
|
||||
os = $(word 1, $@)
|
||||
|
||||
$(PLATFORMS): lint test
|
||||
$(PLATFORMS):
|
||||
@mkdir -p release
|
||||
@GOOS=$(os) GOARCH=amd64 go build $(BUILD_FLAGS) -o release/$(BINARY)-$(BUILD_VERSION)-$(os)-amd64 main.go
|
||||
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -28,7 +28,7 @@ install-go:
|
||||
|
||||
override_dh_auto_install:
|
||||
mkdir -p debian/super-graph/usr/bin
|
||||
cp release/super-graph-*-linux-amd64 debian/super-graph/usr/bin/super-graph
|
||||
find ./release -name '*-linux-amd64' -exec cp {} debian/super-graph/usr/bin/super-graph \;
|
||||
install -d debian/gengitkan
|
||||
|
||||
override_dh_strip:
|
||||
|
Reference in New Issue
Block a user