Skip to content

Commit

Permalink
Fix temporarily removed frontend build from makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alufers committed Apr 1, 2020
1 parent d1782e7 commit 7b1c140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ build_with_out = CGO_ENABLED=1 go build -tags "frontend_packr -tags netgo" -ldfl
build-backend: build-frontend backend-graphql-codegen
$(PACKR2_PATH) build -tags frontend_packr -ldflags="-s -w" -o $(ROOT_DIR)/build/biedaprint ./server/server.go

build-multiplatform: # backend-graphql-codegen embed-assets
build-multiplatform: backend-graphql-codegen embed-assets
GOOS=linux GOARCH=arm GOARM=7 CC_FOR_TARGET=arm-linux-gnueabi-gcc CC=arm-linux-gnueabi-gcc $(call build_with_out,biedaprint-linux-armv7)
GOOS=linux GOARCH=arm64 CC_FOR_TARGET=aarch64-linux-gnu-gcc CC=aarch64-linux-gnu-gcc $(call build_with_out,biedaprint-linux-arm64)
GOOS=linux GOARCH=amd64 $(call build_with_out,biedaprint-linux-amd64)
Expand Down

0 comments on commit 7b1c140

Please sign in to comment.