Skip to content

Commit

Permalink
tweak command more
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Oct 12, 2024
1 parent 4bc8014 commit e49ad67
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
run: |
sudo podman build . --tag 'fedora_builder'
- name: Compile Kernel
run: sudo podman run --rm -v $(pwd):/workspace fedora_builder fedpkg \
--release "f${{ matrix.fedora_version }}" \
local --arch "${{ matrix.arch }}" --with baseonly \
--builddir build --buildrootdir buildroot
run: |
sudo podman run --rm -v $(pwd):/workspace fedora_builder \
fedpkg --release "f${{ matrix.fedora_version }}" \
local --arch "${{ matrix.arch }}" --with baseonly \
--builddir build --buildrootdir buildroot
- name: Upload Kernel
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit e49ad67

Please sign in to comment.