We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89fcc08 commit 4d0f513Copy full SHA for 4d0f513
1 file changed
.github/workflows/release.yml
@@ -12,8 +12,9 @@ jobs:
12
strategy:
13
matrix:
14
destination:
15
- - { name: "ubuntu-aarch64", os: ubuntu-22.04-arm }
16
- - { name: "ubuntu-x86_64", os: ubuntu-22.04 }
+ # - Swiftly is failing to install these so commenting out for now
+ # - { name: "ubuntu-aarch64", os: ubuntu-22.04-arm }
17
+ # - { name: "ubuntu-x86_64", os: ubuntu-22.04 }
18
- { name: "macos-universal", os: macos-15 }
19
steps:
20
- if: startsWith(matrix.destination.name, 'ubuntu')
@@ -53,7 +54,7 @@ jobs:
53
54
run: echo "checksum=$(swift package compute-checksum puresql.artifactbundle.zip)" >> "$GITHUB_OUTPUT"
55
56
deploy-binary:
- if: ${{ github.event_name == 'release' }}
57
+ # if: ${{ github.event_name == 'release' }}
58
needs: [make-artifact-bundle]
59
runs-on: ubuntu-latest
60
0 commit comments