Skip to content

Commit

Permalink
feat: Add arch amdgpupro image to distrobox.ini manifest (ublue-os#292)
Browse files Browse the repository at this point in the history
* feat: add arch-amdgpupro image to distrobox.ini

* chore: set images to be pulled when created
  • Loading branch information
HikariKnight authored and krishbin committed Jul 17, 2024
1 parent 53f945c commit d7c8bc8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
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

0 comments on commit d7c8bc8

Please sign in to comment.