Update Dockerfile

This commit is contained in:
hiifong
2025-04-06 15:28:05 +08:00
parent df47a0c9eb
commit f27c4c622d
2 changed files with 5 additions and 1 deletions

View File

@@ -17,6 +17,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # all history for all branches and tags
- run: git fetch --unshallow --quiet --tags --force
- name: Set up QEMU
uses: docker/setup-qemu-action@v3