File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010jobs :
1111 build-binary :
1212 # building on ubuntu-20.04 so we'll link to glibc 2.31 (bullseye+)
13- runs-on : ubuntu-20 .04
13+ runs-on : ubuntu-24 .04
1414 steps :
1515 - name : Checkout
1616 uses : actions/checkout@v3
5454 curl -u "${{ secrets.DRIVE_CREDENTIALS }}" -T "/tmp/${{ env.BIN_FILENAME }}" -sw '%{http_code}' "https://drive.offspot.it/_webdav/image-creator/${{ env.BIN_FILENAME }}"
5555 echo "### Artefacts" >> $GITHUB_STEP_SUMMARY
5656 echo "- [${{ env.BIN_FILENAME }}](https://drive.offspot.it/image-creator/${{ env.BIN_FILENAME }})" >> $GITHUB_STEP_SUMMARY
57-
Original file line number Diff line number Diff line change 1212jobs :
1313 build-binary :
1414 # building on ubuntu-20.04 so we'll link to glibc 2.31 (bullseye+)
15- runs-on : ubuntu-20 .04
15+ runs-on : ubuntu-24 .04
1616 steps :
1717 - name : Checkout
1818 uses : actions/checkout@v3
3535 run : invoke binary --filename '/tmp/image-creator'
3636 - name : Test binary is able to start
3737 run : /tmp/image-creator -V
38-
You can’t perform that action at this time.
0 commit comments