Skip to content

Commit

Permalink
Bring the container for ubuntu back
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Dec 15, 2023
1 parent c6683f8 commit 98021c8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
name: build debs
needs: sdist
runs-on: ubuntu-latest
container: ubuntu:bionic
steps:
- uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -146,6 +147,7 @@ jobs:
name: install debs (openstack)
needs: ubuntu
runs-on: ubuntu-latest
container: ubuntu:bionic
steps:
- uses: actions/download-artifact@v4
with:
Expand All @@ -160,6 +162,7 @@ jobs:
name: install debs (opennebula)
needs: ubuntu
runs-on: ubuntu-latest
container: ubuntu:bionic
steps:
- uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 98021c8

Please sign in to comment.