Skip to content

Commit

Permalink
Merge pull request #436 from liquibase/hotfix/remove-darwin-from-build
Browse files Browse the repository at this point in the history
Remove darwin from build in Makefile
  • Loading branch information
mcred authored Sep 12, 2024
2 parents e5a97e5 + 9017366 commit 979aa56
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 @@ -34,7 +34,7 @@ updateVersion:
cp $(PWD)/VERSION $(PWD)/internal/app/VERSION

build: updateVersion
GOOS=darwin GOARCH=arm64 CGO_ENABLED=0 go build -ldflags="-s -w" -o $(PWD)/bin/lpm $(PWD)/cmd/lpm/darwin.go
CGO_ENABLED=0 go build -ldflags="-s -w" -o $(PWD)/bin/lpm $(PWD)/cmd/lpm/darwin.go

generateExtensionPackages:
go run package-manager/cmd/populator
Expand Down

0 comments on commit 979aa56

Please sign in to comment.