Skip to content

Commit

Permalink
add ci setup for 5.5 (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerd committed Jun 29, 2021
1 parent 9a7d9d0 commit fce7884
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker/docker-compose.al2.55.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fce7884

Please sign in to comment.