Skip to content

Commit

Permalink
rollback to how it was before
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdurham committed May 9, 2024
1 parent b2f881e commit 5ef0d4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/make/packaging.mk
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ dist/alloy-windows-amd64.exe: GO_TAGS += builtinassets
dist/alloy-windows-amd64.exe: GOOS := windows
dist/alloy-windows-amd64.exe: GOARCH := amd64
dist/alloy-windows-amd64.exe: generate-ui generate-winmanifest
dist/alloy-windows-amd64.exe:
$(PACKAGING_VARS) ALLOY_BINARY=$@ "$(MAKE)" -f $(PARENT_MAKEFILE) alloy

# NOTE(rfratto): do not use netgo when building Windows binaries, which
Expand Down Expand Up @@ -129,7 +128,6 @@ dist.temp/alloy-service-windows-amd64.exe: GO_TAGS += builtinassets
dist.temp/alloy-service-windows-amd64.exe: GOOS := windows
dist.temp/alloy-service-windows-amd64.exe: GOARCH := amd64
dist.temp/alloy-service-windows-amd64.exe: generate-ui generate-winmanifest
dist.temp/alloy-service-windows-amd64.exe:
$(PACKAGING_VARS) SERVICE_BINARY=$@ "$(MAKE)" -f $(PARENT_MAKEFILE) alloy-service

#
Expand Down

0 comments on commit 5ef0d4f

Please sign in to comment.