Skip to content

Commit

Permalink
expand(swift).x86-64
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Jan 27, 2025
1 parent 1dd11c4 commit d543936
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/swift.org/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ versions:
- /-RELEASE$/

platforms:
- darwin/aarch64
- darwin
# It is ready to run on linux. It going to work with ubuntu 22.04,
# and not with debian-buster and tests going to fail
# - linux/x86-64
Expand Down Expand Up @@ -48,7 +48,7 @@ build:
curl -SfL "$DOWNLOAD_URL" | tar xzf - -C {{ prefix }} --strip-components=2
if: linux
env:
darwin/aarch64:
darwin:
DOWNLOAD_URL: 'https://download.swift.org/swift-{{version.raw}}-release/xcode/swift-{{version.raw}}-RELEASE/swift-{{version.raw}}-RELEASE-osx.pkg'
linux/aarch64:
DOWNLOAD_URL: 'https://download.swift.org/swift-{{version.raw}}-release/ubuntu2204-aarch64/swift-{{version.raw}}-RELEASE/swift-{{version.raw}}-RELEASE-ubuntu22.04-aarch64.tar.gz'
Expand Down

0 comments on commit d543936

Please sign in to comment.