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 f45c1a4 commit 89e3fadCopy full SHA for 89e3fad
.github/workflows/manual-distribution.yml
@@ -55,6 +55,10 @@ jobs:
55
"5.5")
56
./utils/webassembly/distribute-latest-toolchain.sh ${BRANCH:-swiftwasm-release/5.5} 5.5 "${{ github.event.inputs.toolchain_name }}"
57
;;
58
+ "5.6")
59
+ export TARGETS_TO_DIST="amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 macos_x86_64 macos_arm64"
60
+ ./utils/webassembly/distribute-latest-toolchain.sh ${BRANCH:-swiftwasm-release/5.6} 5.6 "${{ github.event.inputs.toolchain_name }}"
61
+ ;;
62
*)
63
echo "Unrecognised release channel: ${{ github.event.inputs.channel }}"
64
exit 1
0 commit comments