Skip to content

Commit

Permalink
provided.al2 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
msummers-nr committed Nov 13, 2023
1 parent 234a20d commit 5ada17e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/github-repo/makebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
.PHONY: build
build:
cfn generate
#env GOARCH=amd64 GOOS=linux go build -ldflags="-s -w" -tags="$(TAGS)" -o bin/handler cmd/main.go
env GOARCH=amd64 GOOS=linux go build -ldflags="-s -w" -tags="lambda.norpc,$(TAGS)" -o bin/bootstrap cmd/main.go #local
env GOARCH=amd64 GOOS=linux go build -ldflags="-s -w" -tags="lambda.norpc,$(TAGS)" -o bin/bootstrap cmd/main.go

0 comments on commit 5ada17e

Please sign in to comment.