ollama gpu updates to fedora kinoite
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 38m58s

This commit is contained in:
2024-12-30 17:20:09 -05:00
parent ea710ac6e1
commit d49cab1ab7
6 changed files with 67 additions and 25 deletions

View File

@@ -25,4 +25,12 @@ jobs:
file: ${{ gitea.workspace }}/infrastructure/graduated/fedora/arch.containerfile
push: true
tags: "gitea.reeseapps.com/services/arch-toolbox:latest,gitea.reeseapps.com/services/arch-toolbox:${{gitea.sha}}"
no-cache: true
- name: Build and push AMD GPU Docker image
uses: https://github.com/docker/build-push-action@v5
with:
context: ${{ gitea.workspace }}/infrastructure/graduated/fedora
file: ${{ gitea.workspace }}/infrastructure/graduated/fedora/arch-amdgpu.containerfile
push: true
tags: "gitea.reeseapps.com/services/arch-toolbox-amdgpu:latest,gitea.reeseapps.com/services/arch-toolbox-amdgpu:${{gitea.sha}}"
no-cache: true