Skip to content

Commit f6fd3b1

Browse files
authored
chore: set compatible architecture for published extension layers (#142)
1 parent eb3f041 commit f6fd3b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apm-lambda-extension/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ publish: validate-layer-name validate-aws-default-region
6464
--layer-name "$(ELASTIC_LAYER_NAME)-$(ARCHITECTURE)" \
6565
--description "AWS Lambda Extension Layer for Elastic APM $(ARCHITECTURE)" \
6666
--license "Apache-2.0" \
67+
--compatible-architectures "$(ARCHITECTURE)" \
6768
--zip-file "fileb://./bin/extension.zip"
6869

6970
# Grant public access to the given LAYER in the given AWS region

0 commit comments

Comments
 (0)