Skip to content

Commit

Permalink
Egeria makefile build frontend before cross compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
CDimonaco committed Nov 14, 2024
1 parent 5cacfdc commit e2271ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egeria/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ egeria:
$(GO_BUILD) -o egeria ./cmd/egeria

.PHONY: cross-compiled $(ARCHS)
cross-compiled: $(ARCHS)
cross-compiled: clean build-frontend $(ARCHS)
$(ARCHS):
@mkdir -p build/$@
GOOS=linux GOARCH=$@ $(GO_BUILD) -o build/$@/egeria ./cmd/egeria
Expand Down

0 comments on commit e2271ad

Please sign in to comment.