新增容器构建工作流
Some checks failed
release-nightly / release-image (push) Failing after 28s
checks / check and test (push) Has been cancelled

This commit is contained in:
远野千束 2025-04-13 21:36:02 +08:00
parent f253793f42
commit 130d2c7499

View File

@ -20,9 +20,6 @@ jobs:
with:
fetch-depth: 0 # all history for all branches and tags
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker BuildX
uses: docker/setup-buildx-action@v3
@ -46,7 +43,7 @@ jobs:
target: basic
platforms: |
linux/amd64
linux/arm64
# linux/arm64
push: true
tags: |
reg.liteyuki.icu/comp/liteyuki-runner:latest
@ -59,7 +56,7 @@ jobs:
target: dind
platforms: |
linux/amd64
linux/arm64
# linux/arm64
push: true
tags: |
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind
@ -72,7 +69,7 @@ jobs:
target: dind-rootless
platforms: |
linux/amd64
linux/arm64
# linux/arm64
push: true
tags: |
reg.liteyuki.icu/comp/liteyuki-runner:latest-dind-rootless