Skip to content

Commit

Permalink
update podman command
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Oct 12, 2024
1 parent cb6f973 commit 4bc8014
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: Build Bazzite Kernel

on:
workflow_dispatch:

release:
types: [published]

Expand All @@ -25,10 +24,10 @@ jobs:

- name: Create Build Environment
run: |
podman build . --tag 'fedora_builder'
sudo podman build . --tag 'fedora_builder'
- name: Compile Kernel
run: podman run --rm -v $(pwd):/workspace fedora_builder \
fedpkg --release "f${{ matrix.fedora_version }}" \
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

Expand Down

0 comments on commit 4bc8014

Please sign in to comment.