Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jkonecny12 committed Mar 3, 2021
1 parent b4f3700 commit 8798804
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/container-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
refresh-containers:
name: Refresh anaconda containers
# FIXME: Switch to newer 20.04 when crun 0.18 will be available see issue https://github.com/containers/podman/issues/9442 is resolved
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
# we need to have matrix to cover all branches because schedule is run only on default branch
# we can add here fedora branches (e.g. f33-devel) to cover their support when needed
strategy:
Expand All @@ -36,6 +36,11 @@ jobs:
with:
ref: ${{ matrix.branch }}

- name: Check installed crun
run: |
crun --version
exit 1
- name: Build anaconda-${{ matrix.container-type }} container
run: |
BASE_CONTAINER=${{ matrix.base-container }}
Expand Down

0 comments on commit 8798804

Please sign in to comment.