Skip to content

Commit a5b217a

Browse files
authored
Add NOTICE.txt and dependencies file to zip (#212)
* Add NOTICE.txt file to zip * Add dependencies list
1 parent e9904a2 commit a5b217a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apm-lambda-extension/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ lint:
4444
build: check-licenses gen-notice
4545
GOOS=linux go build -o bin/extensions/apm-lambda-extension main.go
4646
chmod +x bin/extensions/apm-lambda-extension
47+
cp NOTICE.txt bin/extensions/NOTICE.txt
48+
cp dependencies.asciidoc bin/extensions/dependencies.asciidoc
4749
build-and-publish: check-licenses validate-layer-name validate-aws-default-region
4850
ifndef AWS_ACCESS_KEY_ID
4951
$(error AWS_ACCESS_KEY_ID is undefined)

0 commit comments

Comments
 (0)