Skip to content

Commit a6151a3

Browse files
committed
binary
1 parent cdd25c7 commit a6151a3

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
build:
2-
go build
2+
env GOOS=darwin go build -o bin/darwin/lambda-local
3+
env GOOS=linux go build -o bin/linux/lambda-local
34
install:
45
go install
56

bin/darwin/lambda-local

14 MB
Binary file not shown.

bin/linux/lambda-local

14.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)