We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85c875 commit f3eac31Copy full SHA for f3eac31
docker/docker-compose.al2.510.yaml
@@ -0,0 +1,18 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
6
+ image: swift-aws-lambda:al2-5.10
7
+ build:
8
+ args:
9
+ base_image: "swiftlang/swift:nightly-5.10-amazonlinux2"
10
11
+ test:
12
13
14
+ test-examples:
15
16
17
+ shell:
18
docker/docker-compose.al2.59.yaml
@@ -6,7 +6,7 @@ services:
image: swift-aws-lambda:al2-5.9
build:
args:
- base_image: "swiftlang/swift:nightly-5.9-amazonlinux2"
+ swift_version: "5.9"
test:
0 commit comments