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 03b8814 commit e96040cCopy full SHA for e96040c
.github/workflows/nightly-distribution.yml
@@ -10,8 +10,7 @@ jobs:
10
include:
11
- branch: "swiftwasm"
12
channel: "DEVELOPMENT"
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
- targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
+ targets: "amazonlinux2_x86_64 ubuntu18.04_x86_64 ubuntu20.04_x86_64 ubuntu20.04_aarch64 ubuntu22.04_x86_64 macos_x86_64 macos_arm64"
15
- branch: "swiftwasm-release/5.3"
16
channel: "5.3"
17
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
0 commit comments