Update arm32.yml

This commit is contained in:
wukongdaily 2024-06-15 22:12:40 +08:00 committed by GitHub
parent 10ca1a164b
commit 34d9ae093a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ on:
workflow_dispatch: workflow_dispatch:
inputs: inputs:
docker_images: docker_images:
description: 'Comma-separated list of Docker images to pull' description: '请填写docker镜像名称 多个用英文逗号分开'
required: true required: true
default: 'alpine:latest,ubuntu:latest' # 设置默认的 Docker 镜像列表 default: 'alpine:latest,ubuntu:latest' # 设置默认的 Docker 镜像列表
@ -26,14 +26,14 @@ jobs:
done done
- name: Compress the TAR files - name: Compress the TAR files
run: tar -czf images.tar.gz *-amd64.tar run: tar -czf arm32-images.tar.gz *-arm32.tar
- name: Upload artifact - name: Upload artifact
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: docker-images-tar name: docker-images-tar
path: images.tar.gz path: arm32-images.tar.gz
- name: Clean up intermediate files - name: Clean up intermediate files
run: | run: |
rm *-amd64.tar rm *-arm32.tar