Update .gitea/workflows/build.yml
Some checks failed
ci / build (linux/arm64, ubuntu-latest) (push) Failing after 50s
ci / build (linux/amd64, ubuntu-latest) (push) Failing after 1m50s
ci / merge (push) Has been skipped

This commit is contained in:
2025-12-03 15:49:42 +00:00
parent 031ee95f95
commit 38c754a5a4

View File

@ -21,10 +21,8 @@ jobs:
runner: ubuntu-latest
runs-on: ${{ matrix.runner }}
steps:
- name: Prepare
run: |
platform=${{ matrix.platform }}
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
- name: Checkout repository
uses: actions/checkout@v4
- name: Docker meta
id: meta