Skip to content

Commit 7b76754

Browse files
authored
Add docker image for testing the Swift 6.0 toolchain (#824)
1 parent 7af5b4a commit 7b76754

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docker/docker-compose.2204.60.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
services:
2+
3+
runtime-setup:
4+
image: vscode-swift:22.04-6.0
5+
build:
6+
args:
7+
base_image: "swiftlang/swift:nightly-6.0-jammy"
8+
9+
test:
10+
image: vscode-swift:22.04-6.0
11+
12+
shell:
13+
image: vscode-swift:22.04-6.0

0 commit comments

Comments
 (0)