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.
1 parent 8174989 commit 60f3fb8Copy full SHA for 60f3fb8
.github/workflows/nightly-distribution.yml
@@ -27,6 +27,9 @@ jobs:
27
- branch: "swiftwasm-release/5.7"
28
channel: "5.7"
29
targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
30
+ - branch: "swiftwasm-release/5.8"
31
+ channel: "5.8"
32
+ targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
33
steps:
34
- uses: actions/checkout@v1
35
- name: Setup keychain
0 commit comments