Skip to content

Commit 4d0f513

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 3 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')
@@ -53,7 +54,7 @@ jobs:
5354
run: echo "checksum=$(swift package compute-checksum puresql.artifactbundle.zip)" >> "$GITHUB_OUTPUT"
5455

5556
deploy-binary:
56-
if: ${{ github.event_name == 'release' }}
57+
# if: ${{ github.event_name == 'release' }}
5758
needs: [make-artifact-bundle]
5859
runs-on: ubuntu-latest
5960
steps:

0 commit comments

Comments
 (0)