mirror of
https://github.com/swift-server/swift-openapi-lambda.git
synced 2026-06-02 07:27:32 +00:00
19 lines
265 B
YAML
19 lines
265 B
YAML
version: "3"
|
|
|
|
services:
|
|
runtime-setup:
|
|
image: &image swift-openapi-lambda:22.04-5.9
|
|
build:
|
|
args:
|
|
ubuntu_version: "jammy"
|
|
swift_version: "5.9"
|
|
|
|
test:
|
|
image: *image
|
|
|
|
shell:
|
|
image: *image
|
|
|
|
soundness:
|
|
image: *image
|