Skip to content

Commit

Permalink
chore: run everything in container to keep it consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Feb 3, 2025
1 parent 6015a73 commit 2867771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-deb-v5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ concurrency:
jobs:
matrix-builder:
runs-on: ubuntu-24.04
container: "ghcr.io/regolith-linux/ci-ubuntu:noble-amd64"
outputs:
stages: ${{ steps.calc-matrix.outputs.stages }}
distros: ${{ steps.calc-matrix.outputs.distros }}
Expand Down Expand Up @@ -346,6 +347,7 @@ jobs:
# update manifests
manifests:
runs-on: ubuntu-24.04
container: "ghcr.io/regolith-linux/ci-ubuntu:noble-amd64"
needs: build
steps:
- name: Checkout
Expand Down Expand Up @@ -389,6 +391,7 @@ jobs:
# calculate changelogs
changelogs:
runs-on: ubuntu-24.04
container: "ghcr.io/regolith-linux/ci-ubuntu:noble-amd64"
needs: build
outputs:
package-changed: ${{ steps.check.outputs.package-changed }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-desktop-installable2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ on:
jobs:
matrix-builder:
runs-on: ubuntu-24.04
container: "ghcr.io/regolith-linux/ci-ubuntu:noble-amd64"
outputs:
stages: ${{ steps.calc-matrix.outputs.stages }}
arches: ${{ steps.calc-matrix.outputs.arches }}
Expand Down

0 comments on commit 2867771

Please sign in to comment.