Skip to content

Commit

Permalink
Build SIF
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Apr 12, 2023
1 parent 7f2f2be commit e605cbf
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ jobs:
depends: 'libc6 (>= 2.2.1)'
desc: 'Tracy: basecalling, alignment, assembly and deconvolution of Sanger Chromatogram trace files'

- name: Install Singularity
if: matrix.name == 'amd64'
uses: eWaterCycle/setup-singularity@master
with:
singularity-version: 3.8.7

- name: Build Singularity package
if: matrix.name == 'amd64'
run: |
singularity build --fakeroot tracy-${{ matrix.arch }}.sif singularity/tracy.def
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3
if: steps.extract.outputs.status == 'success' && !cancelled()
Expand All @@ -87,7 +98,7 @@ jobs:
path: |
./${{ steps.extract.outputs.filename }}
./*.deb
if-no-files-found: error
./tracy-${{ matrix.arch }}.sif
make-release:
needs: build-debs
runs-on: ubuntu-latest
Expand Down

0 comments on commit e605cbf

Please sign in to comment.