Skip to content

Commit

Permalink
Don't use resolved
Browse files Browse the repository at this point in the history
build using fedora-testing env
  • Loading branch information
karuboniru committed Jan 25, 2024
1 parent 782867f commit c66a4d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
tag: ${{ github.ref_name }}
composefile: server.yaml
run: |
dnf -y install rpm-ostree skopeo selinux-policy-targeted
dnf -y install rpm-ostree skopeo selinux-policy-targeted --enablerepo=updates-testing
skopeo login -u $username -p $password $registry
mkdir -p repo cache
ostree init --repo=repo --mode=archive
Expand Down
14 changes: 7 additions & 7 deletions server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ packages:
- zram-generator-defaults
- zsh
- curl
- dnsmasq
- dnsmasq
- iputils
- kernel
- kernel-modules-extra
Expand All @@ -207,17 +207,17 @@ packages:
- selinux-policy-targeted
- sssd
- sssd-common
- systemd-resolved
- wget
- which
- whois

exclude-packages:
- firefox
- pipewire
- pipewire-utils
- qt5-qtbase
- qt5-qtbase-common
- firefox
- pipewire
- pipewire-utils
- qt5-qtbase
- qt5-qtbase-common
- systemd-resolved

postprocess:
- |
Expand Down

0 comments on commit c66a4d7

Please sign in to comment.