Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add arch amdgpupro image to distrobox.ini manifest #292

Merged
merged 2 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build/ublue-os-just/etc-distrobox/apps.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ image=ghcr.io/ublue-os/obs-studio-portable
nvidia=true
exported_apps=obs
entry=false
pull=true
15 changes: 15 additions & 0 deletions build/ublue-os-just/etc-distrobox/distrobox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,39 +6,54 @@
[arch]
image=ghcr.io/ublue-os/arch-distrobox:latest
nvidia=true
pull=true

[arch-amdgpupro]
image=ghcr.io/ublue-os/arch-distrobox-amdgpupro:latest
nvidia=false
pull=true

[bluefin-cli]
image=ghcr.io/ublue-os/bluefin-cli
nvidia=true
pull=true

[debian]
image=quay.io/toolbx-images/debian-toolbox:unstable
nvidia=true
pull=true

[fedora]
image=ghcr.io/ublue-os/fedora-distrobox:latest
nvidia=true
pull=true

[opensuse]
image=quay.io/toolbx-images/opensuse-toolbox:tumbleweed
nvidia=true
pull=true

[ubuntu]
image=ghcr.io/ublue-os/ubuntu-toolbox:latest
nvidia=true
pull=true

[alma]
image=quay.io/toolbx-images/almalinux-toolbox:latest
nvidia=true
pull=true

[centos]
image=quay.io/toolbx-images/centos-toolbox:latest
nvidia=true
pull=true

[wolfi]
image=ghcr.io/ublue-os/wolfi-toolbox
nvidia=true
pull=true

[wolfi-dx]
image=ghcr.io/ublue-os/wolfi-dx-toolbox
nvidia=true
pull=true
Loading