Skip to content

Commit b13d5bc

Browse files
Update Makefile
Re-Add Static-Link Force to retain arm compatibility lost in bdc63e8
1 parent bdc63e8 commit b13d5bc

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
@@ -19,7 +19,7 @@ deps:
1919
build: deps build/web build/app
2020

2121
build/app:
22-
go build -tags 'netgo osusergo' -ldflags '-extldflags "-static"' -o $(BUILDDIR)/$(SERVICE) ./cmd/$(SERVICE)
22+
CGO_ENABLED=0 go build -tags 'netgo osusergo' -ldflags '-extldflags "-static"' -o $(BUILDDIR)/$(SERVICE) ./cmd/$(SERVICE)
2323
cp build/premiumizearrd premiumizearrd
2424

2525
build/web:

0 commit comments

Comments
 (0)