Skip to content

Commit

Permalink
fix: try without makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmichaelchen committed Aug 4, 2023
1 parent edf74fe commit fd13381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/temporal.io/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ provides:

build:
script: |
make build
rm -f temporal
go build ./cmd/temporal
mkdir -p "{{ prefix }}"/bin
mv temporal "{{ prefix }}"/bin
find .
dependencies:
go.dev: ^1.19
gnu.org/make: '*'
env:
GO111MODULE: on
CGO_ENABLED: 0
LDFLAGS:
[-s, -w, "-X=main.Version={{version}}"]
linux:
Expand Down

0 comments on commit fd13381

Please sign in to comment.