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 f49e408 commit 482e703Copy full SHA for 482e703
docker/install_untested_nightly_swift.sh
@@ -17,7 +17,7 @@ set -euo pipefail
17
echo "Download [nightly] [untested] Swift toolchain for: $(uname -m)"
18
19
ARCH="$(arch)"
20
-if [[ "$ARCH" = "i386" ]]; then
+if [[ "$ARCH" = "i386" || "$ARCH" = "x86_64" ]]; then
21
SWIFT_UNTESTED_TOOLCHAIN_JOB_URL="https://ci.swift.org/job/oss-swift-package-ubuntu-22_04/lastSuccessfulBuild/consoleText"
22
else
23
SWIFT_UNTESTED_TOOLCHAIN_JOB_URL="https://ci.swift.org/job/oss-swift-package-ubuntu-22_04-aarch64/lastSuccessfulBuild/consoleText"
0 commit comments