Update build-linux.yml

This commit is contained in:
xujie86 2026-04-15 12:38:10 +08:00 committed by GitHub
parent 92a85a1fa2
commit be6429d1f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -185,7 +185,7 @@ jobs:
(github.event_name == 'workflow_dispatch' && inputs.release_tag != '') ||
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/'))
runs-on: ubuntu-24.04-riscv
container: rockylinux/rockylinux:10-ubi
container: ghcr.io/xujiegb/fedora-riscv:43-latest
env:
RELEASE_TAG: ${{ case(inputs.release_tag != '', inputs.release_tag, github.ref_name) }}