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.
nightly-distribution.yml
1 parent 8798195 commit afc977bCopy full SHA for afc977b
.github/workflows/nightly-distribution.yml
@@ -20,6 +20,9 @@ jobs:
20
- branch: "swiftwasm-release/5.5"
21
channel: "5.5"
22
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"
26
steps:
27
- uses: actions/checkout@v1
28
- name: Setup keychain
0 commit comments