add test cleanup step
Docker Build and Release Upload / build (push) Has been cancelled

This commit is contained in:
2025-07-11 00:22:01 +00:00
parent 93c84f2f41
commit 2baaf39967
+6 -1
View File
@@ -12,7 +12,12 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4
# Install dependencies (QEMU, binfmt, Buildx) - name: Cleanup pre-existing QEMU and Docker build tools
run: |
if docker buildx inspect crossbuilder > /dev/null 2>&1; then
docker buildx rm crossbuilder
fi
- name: Install QEMU and Docker build tools - name: Install QEMU and Docker build tools
run: | run: |
docker run --rm --privileged tonistiigi/binfmt --install all docker run --rm --privileged tonistiigi/binfmt --install all