From 5e67ccd7316ab262d01802f97cf2ecfbd03841f4 Mon Sep 17 00:00:00 2001 From: tomer doron Date: Tue, 29 Jun 2021 09:27:13 -0700 Subject: [PATCH] add ci setup for 5.5 --- docker/docker-compose.al2.55.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docker/docker-compose.al2.55.yaml diff --git a/docker/docker-compose.al2.55.yaml b/docker/docker-compose.al2.55.yaml new file mode 100644 index 00000000..78778653 --- /dev/null +++ b/docker/docker-compose.al2.55.yaml @@ -0,0 +1,18 @@ +version: "3" + +services: + + runtime-setup: + image: swift-aws-lambda:al2-5.5 + build: + args: + base_image: "swiftlang/swift:nightly-5.5-amazonlinux2" + + test: + image: swift-aws-lambda:al2-5.5 + + test-samples: + image: swift-aws-lambda:al2-5.5 + + shell: + image: swift-aws-lambda:al2-5.5