Skip to content

Commit afc977b

Browse files
authored
Add 5.6 to nightly-distribution.yml
1 parent 8798195 commit afc977b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/nightly-distribution.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
- branch: "swiftwasm-release/5.5"
2121
channel: "5.5"
2222
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64 macos_arm64"
23+
- branch: "swiftwasm-release/5.6"
24+
channel: "5.6"
25+
targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 macos_x86_64 macos_arm64"
2326
steps:
2427
- uses: actions/checkout@v1
2528
- name: Setup keychain

0 commit comments

Comments
 (0)