Skip to content

Commit

Permalink
Changed output name to bootstrap and added tags norpc
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderfanz committed Dec 6, 2023
1 parent fd7fb30 commit 6a433b0
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 @@ -31,7 +31,7 @@ endif

build:
@echo "Building Go application..."
cd src && GOOS=linux GOARCH=$(ARCH) go build -o ../bin/main main.go
cd src && GOOS=linux GOARCH=$(ARCH) go build -tags lambda.norpc -o ../bin/bootstrap main.go

zip:
cd bin && zip -j main.zip main
Expand Down

0 comments on commit 6a433b0

Please sign in to comment.