Skip to content

Commit 46de0a0

Browse files
authored
Enable arm64 build distribution for 5.4 and 5.5
1 parent 09d963f commit 46de0a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nightly-distribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
1717
- branch: "swiftwasm-release/5.4"
1818
channel: "5.4"
19-
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
19+
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64 macos_arm64"
2020
- branch: "swiftwasm-release/5.5"
2121
channel: "5.5"
22-
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64"
22+
targets: "ubuntu18.04_x86_64 ubuntu20.04_x86_64 macos_x86_64 macos_arm64"
2323
steps:
2424
- uses: actions/checkout@v1
2525
- name: Setup keychain

0 commit comments

Comments
 (0)