Update offline-package-k3s-installer.yaml

Signed-off-by: shenlan <manbuzhe2009@qq.com>
This commit is contained in:
shenlan 2025-09-13 19:17:46 +08:00 committed by GitHub
parent e21f0ac494
commit 0bdb537bfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@ name: Build Offline K3s Installer
on:
push:
paths:
- 'scripts/make_k3s_offline_package.sh'
- 'scripts/resolve_k3s_versions.sh'
- 'scripts/make_k3s_offline_package.sh'
- '.github/workflows/offline-package-k3s-installer.yaml'
workflow_dispatch:
@ -21,12 +21,6 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Install dependencies
run: |
export NERDCTL_VERSION=2.1.4