Skip to content

Commit 77c8af6

Browse files
authored
add ci setup for 5.5 (#211)
1 parent 202f913 commit 77c8af6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docker/docker-compose.al2.55.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: "3"
2+
3+
services:
4+
5+
runtime-setup:
6+
image: swift-aws-lambda:al2-5.5
7+
build:
8+
args:
9+
base_image: "swiftlang/swift:nightly-5.5-amazonlinux2"
10+
11+
test:
12+
image: swift-aws-lambda:al2-5.5
13+
14+
test-samples:
15+
image: swift-aws-lambda:al2-5.5
16+
17+
shell:
18+
image: swift-aws-lambda:al2-5.5

0 commit comments

Comments
 (0)