.gitea/workflows/publish-deb: build for ubuntu resolute
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
||||
build-deb:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [debian-trixie, debian-bookworm, ubuntu-noble, ubuntu-jammy]
|
||||
os: [debian-trixie, debian-bookworm, ubuntu-resolute, ubuntu-noble, ubuntu-jammy]
|
||||
name: Build and publish for ${{ matrix.os }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
||||
@@ -42,7 +42,7 @@ declare -r GIT_SHA="$2"
|
||||
|
||||
TMPDIR="$(mktemp -d)"
|
||||
|
||||
for variant in debian-bookworm debian-trixie ubuntu-jammy ubuntu-noble; do
|
||||
for variant in debian-bookworm debian-trixie ubuntu-jammy ubuntu-noble ubuntu-resolute; do
|
||||
echo "Downloading and uploading debs for variant: $variant"
|
||||
curl "https://git.pvv.ntnu.no/Projects/muscl/actions/runs/$RUN_NUMBER/artifacts/muscl-deb-$variant-$GIT_SHA.zip" --output "$TMPDIR/muscl-deb-$variant-$GIT_SHA.zip"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user