Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
steps:
- publish

ap_northeast_1:
executor: aws-cli/default
environment:
TARGET_REGION: ap-northeast-1
steps:
- publish

eu_central_1:
executor: aws-cli/default
environment:
Expand Down Expand Up @@ -129,6 +136,13 @@ workflows:
only:
- master

- ap_northeast_1:
context: public-lambda-layers
filters:
branches:
only:
- master

- eu_central_1:
context: public-lambda-layers
filters:
Expand Down
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Works with the following [AWS Lambda runtimes](https://docs.aws.amazon.com/lambd
| ap-south-1 | `arn:aws:lambda:ap-south-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:ap-south-1:764866452798:layer:libreoffice-gzip:1` |
| ca-central-1 | `arn:aws:lambda:ca-central-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:ca-central-1:764866452798:layer:libreoffice-gzip:1` |
| sa-east-1 | `arn:aws:lambda:sa-east-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:sa-east-1:764866452798:layer:libreoffice-gzip:1` |
| ap-northeast-1 | `arn:aws:lambda:ap-northeast-1:764866452798:layer:libreoffice-brotli:1` or <br> `arn:aws:lambda:ap-northeast-1:764866452798:layer:libreoffice-gzip:1` |

### LibreOffice 6.1.0.0.alpha0 (Amazon Linux 1)

Expand Down