Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reformat Nuget build component (style, fstrings) | Joshua M. Boniface | 2024-03-06 |
| | |||
* | Merge pull request #5 from jellyfin-sandbox/publish-nuget | Joshua M. Boniface | 2024-03-06 |
|\ | | | | | Add workflow to publish nuget packages | ||
| * | Add workflow to publish nuget packages | Cody Robibero | 2024-03-06 |
|/ | |||
* | Merge pull request #4 from Gauvino/master | Joshua M. Boniface | 2024-03-04 |
|\ | | | | | Update action version | ||
| * | Update action version | Uruk | 2024-03-04 |
|/ | |||
* | Add weekly unstable build timer | Joshua M. Boniface | 2024-03-04 |
| | |||
* | Add default inputs.version of master | Joshua M. Boniface | 2024-03-04 |
| | | | | Will allow unstable builds to run on a schedule. | ||
* | Actually fix Mali config | Joshua M. Boniface | 2024-03-04 |
| | |||
* | Add ability to disable Docker pushes | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Reenable other build types | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Switch to non-wayland MALI config | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Potentially fix environment issues | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Try removing explicit docker.io | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Improve deb installs | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix bad import and formatting | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Revamp workflow to populate new secret envvars | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Rework manifest builds and push configuration | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Attempt to run docker push manually | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Disable building and pushing | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Disable GHCR login for now | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Move pushes earlier | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add login step | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Avoid using amend for manifests | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Use cd instead of pushd | Joshua M. Boniface | 2024-03-03 |
| | | | | pushd is a BASHism and not valid in /bin/sh. | ||
* | Actually fix the error with "test" (/bin/sh) | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Revert "Use other test format (/bin/sh)" | Joshua M. Boniface | 2024-03-03 |
| | | | | This reverts commit 5f29b32962155e5c5feebdbf99df20bd45d21478. | ||
* | Use other test format (/bin/sh) | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect token | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix invalid tests (/bin/sh) | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix typoes | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Temporarily disable non-docker builds | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Try fixing the Docker push issue again | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix bad log statements | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix syntax error | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Push the "unstable" tag to Docker as well | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Attempt to fix bad docker login | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add flushing log function | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Redirect stderr to stdout for docker cmds | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Ensure archives have an inner folder | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add "any" arch folder for Portable | Joshua M. Boniface | 2024-03-03 |
| | | | | Needed for consistency in the repo viewer. | ||
* | Fix bad tar flag for XZ | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add commit output to checkout.py | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Add tar.xz archives | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix another bad variable reference | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Revert "Reenable Ubuntu 24.04 noble" | Joshua M. Boniface | 2024-03-03 |
| | | | | This reverts commit 61b894e3cb775e4f127c1f8867bca522787ec6b3. | ||
* | Add logging for image and manifest pushes | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Reenable Ubuntu 24.04 noble | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect variable name | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect incoming paths | Joshua M. Boniface | 2024-03-03 |
| | |||
* | Fix incorrect symlink | Joshua M. Boniface | 2024-03-03 |
| | | | | Was including the arch when it shouldn't. |