File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
./utils/webassembly/distribute-latest-toolchain.sh ${BRANCH:-swiftwasm-release/5.6} 5.6 "${{ github.event.inputs.toolchain_name }}"
67
67
;;
68
68
*)
69
- export TARGETS_TO_DIST="amazonlinux2_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
69
+ export TARGETS_TO_DIST="amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
70
70
./utils/webassembly/distribute-latest-toolchain.sh ${BRANCH:-swiftwasm-release/$CHANNEL} "$CHANNEL" "${{ github.event.inputs.toolchain_name }}"
71
71
;;
72
72
esac
Original file line number Diff line number Diff line change 10
10
include :
11
11
- branch : " swiftwasm"
12
12
channel : " DEVELOPMENT"
13
- targets : " amazonlinux2_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
13
+ targets : " amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
14
14
- branch : " swiftwasm-release/5.3"
15
15
channel : " 5.3"
16
16
targets : " ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
28
28
targets : " amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
29
29
- branch : " swiftwasm-release/5.8"
30
30
channel : " 5.8"
31
- targets : " amazonlinux2_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
31
+ targets : " amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
32
32
steps :
33
33
- uses : actions/checkout@v1
34
34
- name : Setup keychain
You can’t perform that action at this time.
0 commit comments