Skip to content

Commit d5eb177

Browse files
committed
Comment out linux for now
1 parent 89fcc08 commit d5eb177

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ jobs:
1212
strategy:
1313
matrix:
1414
destination:
15-
- { name: "ubuntu-aarch64", os: ubuntu-22.04-arm }
16-
- { name: "ubuntu-x86_64", os: ubuntu-22.04 }
15+
# - Swiftly is failing to install these so commenting out for now
16+
# - { name: "ubuntu-aarch64", os: ubuntu-22.04-arm }
17+
# - { name: "ubuntu-x86_64", os: ubuntu-22.04 }
1718
- { name: "macos-universal", os: macos-15 }
1819
steps:
1920
- if: startsWith(matrix.destination.name, 'ubuntu')

0 commit comments

Comments
 (0)