Skip to content

Commit

Permalink
Update arm32.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Jun 15, 2024
1 parent 10ca1a1 commit 34d9ae0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/arm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
inputs:
docker_images:
description: 'Comma-separated list of Docker images to pull'
description: '请填写docker镜像名称 多个用英文逗号分开'
required: true
default: 'alpine:latest,ubuntu:latest' # 设置默认的 Docker 镜像列表

Expand All @@ -26,14 +26,14 @@ jobs:
done
- 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
uses: actions/upload-artifact@v2
with:
name: docker-images-tar
path: images.tar.gz
path: arm32-images.tar.gz

- name: Clean up intermediate files
run: |
rm *-amd64.tar
rm *-arm32.tar

0 comments on commit 34d9ae0

Please sign in to comment.