Skip to content

Commit

Permalink
fix: rpmfusion package paths
Browse files Browse the repository at this point in the history
(cherry picked from commit 7ced463)

# Conflicts:
#	.github/workflows/build-docker.yml
  • Loading branch information
lleyton committed Jun 6, 2024
1 parent 4c434b8 commit d55204a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ env:
moby-engine
podman
buildah
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-39.noarch.rpm
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-39.noarch.rpm
on:
push:
Expand Down Expand Up @@ -110,8 +112,6 @@ jobs:
podman save --format oci-archive ghcr.io/ultramarine-linux/ultramarine:39 --output katsu-work/image/katsu.tar.xz
popd
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand Down Expand Up @@ -154,4 +154,4 @@ jobs:
buildah tag $MANIFEST $MANIFEST:latest || :
buildah manifest push --all --format v2s2 $MANIFEST docker://$MANIFEST:$RELEASE
#### LIVE ISO ####
#### LIVE ISO ####
4 changes: 2 additions & 2 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ env:
buildah
which
katsu
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-39.noarch.rpm
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-39.noarch.rpm
on:
push:
Expand Down

0 comments on commit d55204a

Please sign in to comment.