Skip to content

Commit cfba16e

Browse files
committed
Ensure github-release is build
1 parent 5b928d1 commit cfba16e

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
@@ -59,7 +59,7 @@ build: $(BIN)
5959
build-local: build
6060
@ln -sf $(BIN) $(ROOTDIR)/arangodb
6161

62-
binaries:
62+
binaries: $(GHRELEASE)
6363
@${MAKE} -B GOOS=linux GOARCH=amd64 build
6464
@${MAKE} -B GOOS=darwin GOARCH=amd64 build
6565
@${MAKE} -B GOOS=windows GOARCH=amd64 build

0 commit comments

Comments
 (0)