Remove arm32v7 and arm64 Dockerfiles (only need amd64 for jazz).
Replace GitHub Actions multi-platform workflow with Gitea Actions
workflow targeting Gitea container registry. Add CLAUDE.md project
docs and update README for fork context.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* compile ffmpeg against cuda 11.8
* fix cuda download
* better fix
* try to fix cuda 11.8 install
* try not to mess up gcc
* try to fix alternatives
* one more try at fixing gcc
* try installing cuda with system gcc
* clean up cuda installer
* try to free disk space in build
* UPD: Organize Dockerfiles into folders and ARGs for base image
* ADD: New workflow for multi-platform build
* UPD: Readme with some information
* UPD: Add a sparate build for arm using arm runner
* UPD: Run on PR and use static version
* target ghcr.io and see if build-only can run on PR
* fix image name
* Add permissions to merge process so that image can be published to ghcr.io
* Add condition to prevent publishing image from a PR
* Revert "Add condition to prevent publishing image from a PR"
This reverts commit 58ddf66be355712397eec21420cb6afa865c0e78.
* cleanup
* try another way to not push on prs
* use matrix for all docker images; build arm32 on normal runner (amd64)
* revert readme changes
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
* parameterize base image and tag to make for easier testing
I figured this would make for easier testing of new combinations, like
adding Plucky support in order to support things like the Intel N150
* skip docker login for PR
---------
Co-authored-by: Jason Dove <1695733+jasongdove@users.noreply.github.com>
* try to get all va drivers in the same folder
* Revert "try to get all va drivers in the same folder"
This reverts commit 4624599da05531faffde44a538c530bc3c3187a9.
* use default va driver path; link new iHD driver
* fix ld_library_path
* update vaapi to 7.1.1
* run docker workflow on PR
* try to fix push condition
* libzimg is needed for zscale filter
* only build and push vaapi for now