Skip to content

Commit

Permalink
Enable arm64 build distribution for 5.4 and 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDesiatov committed Sep 14, 2021
1 parent 09d963f commit 46de0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
- branch: "swiftwasm-release/5.4"
channel: "5.4"
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64 macos_arm64"
- branch: "swiftwasm-release/5.5"
channel: "5.5"
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64 macos_arm64"
steps:
- uses: actions/checkout@v1
- name: Setup keychain
Expand Down

0 comments on commit 46de0a0

Please sign in to comment.