Skip to content

Commit

Permalink
build directive in makefile for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
iamemilio committed Jan 25, 2023
1 parent 364b620 commit 019aedd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
build: clean
go build -o ./extensions/newrelic-lambda-extension

build-arm: clean
mkdir extensions
env GOARCH=amd64 GOOS=linux go build -ldflags="-s -w" -o ./extensions/newrelic-lambda-extension
Expand Down

0 comments on commit 019aedd

Please sign in to comment.