File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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')
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 :
You can’t perform that action at this time.
0 commit comments