Compare commits

..

2 Commits

Author SHA1 Message Date
92b91455d2 Fix binary copy 2020-06-15 19:54:49 +02:00
bd970bb9ee Disable lint/test before release 2020-06-15 19:39:40 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -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: