Make it a little faster, queue is in sqlite now, fix db bug and more
Some checks failed
Build and Deploy on Tag / 🔨 Build (push) Failing after 8s

This commit is contained in:
2026-06-25 15:41:26 -05:00
parent c82957cc61
commit 454a259e37
2 changed files with 8 additions and 21 deletions

View File

@@ -12,24 +12,8 @@ env:
RESULT_IMAGE_NAME: tesses50/tytd2025
jobs:
build-ppc:
name: "🔨 Build for PowerPC"
runs-on: ubuntu-latest
container:
image: git.tesses.org/tesses50/linux-ppc:latest
steps:
- uses: actions/checkout@v4
- run: bash build-for-ppc.sh
- uses: akkuman/gitea-release-action@v1
env:
NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
with:
prerelease: true
files: |-
artifacts/**
build-packages:
name: "🔨 Build for everything else"
name: "🔨 Build"
runs-on: fw13-ubuntu-latest
container: