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

Commit

Permalink
fix: cache for CI + initramfs not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz committed May 1, 2024
1 parent 941aaeb commit c32bddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ jobs:
run: |
sudo rm -rf /usr/share/miniconda /usr/local/share/vcpkg
sudo apt purge imagemagick imagemagick xorriso sqlite3 sphinxsearch shellcheck
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v3
- name: Checkout repository
uses: actions/checkout@v4

- name: Generate recipes (again) and get metadata
id: recipe_meta
run: |
Expand All @@ -81,7 +81,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
install: true
driver: docker
driver: docker-container

- name: Image Metadata
uses: docker/metadata-action@v5
Expand Down
2 changes: 1 addition & 1 deletion generators/config/shared.pkl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ shared = new Dynamic {
}
scripts = (modules.Script) {
scripts = new Listing {
"initramfs.nu"
//"initramfs.nu"
"ptyxis.nu"
"extra-packages.nu"
"tuned.nu"
Expand Down

0 comments on commit c32bddc

Please sign in to comment.