We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e09a7 commit f646dc9Copy full SHA for f646dc9
docker/docker-compose.al2.56.yaml
@@ -0,0 +1,18 @@
1
+version: "3"
2
+
3
+services:
4
5
+ runtime-setup:
6
+ image: swift-aws-lambda-events:al2-5.6
7
+ build:
8
+ args:
9
+ swift_version: "5.6"
10
11
+ test:
12
13
14
+ test-samples:
15
16
17
+ shell:
18
docker/docker-compose.al2.57.yaml
+ image: swift-aws-lambda-events:al2-5.7
+ base_image: "swiftlang/swift:nightly-main-amazonlinux2"
0 commit comments