chore: windows action

This commit is contained in:
hstyi
2025-07-11 09:53:24 +08:00
committed by hstyi
parent 18a7a5059b
commit c58e84d2ae
4 changed files with 38 additions and 24 deletions

View File

@@ -3,7 +3,8 @@ name: Linux
on: [ push, pull_request ]
env:
DOCKER_NAME: hstyi/jbr:21.0.7b1038.58
JBR_MAJOR: 21.0.7
JBR_PATCH: b1038.58
jobs:
build:
@@ -25,6 +26,10 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ runner.arch }}-gradlexyz-
- name: Set dynamic DOCKER_NAME
run: |
echo "DOCKER_NAME=hstyi/jbr:${{ env.JBR_MAJOR }}${{ env.JBR_PATCH }}" >> $GITHUB_ENV
- name: Create docker-run.sh helper script
shell: bash
run: |