Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Use fedora-bootc as a git submodule
Browse files Browse the repository at this point in the history
This will help us keep things in sync.
  • Loading branch information
cgwalters committed Apr 25, 2024
1 parent 53adffa commit 885f277
Show file tree
Hide file tree
Showing 51 changed files with 10 additions and 1,165 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ jobs:
version: stream9
- os: centos
version: stream10
- os: fedora
version: 40

steps:
- name: Update podman
Expand All @@ -35,6 +33,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
submodules: recursive

- name: Build
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
with:
submodules: recursive
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "fedora-bootc"]
path = fedora-bootc
url = https://gitlab.com/fedora/bootc/base-images
1 change: 1 addition & 0 deletions fedora-bootc
Submodule fedora-bootc added at 27ead1
9 changes: 0 additions & 9 deletions fedora-bootc-config.json

This file was deleted.

15 changes: 0 additions & 15 deletions fedora-bootc.yaml

This file was deleted.

15 changes: 0 additions & 15 deletions fedora-eln-bootc.yaml

This file was deleted.

Loading

0 comments on commit 885f277

Please sign in to comment.