Skip to content

Commit

Permalink
Update arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Jun 15, 2024
1 parent 06fe0f3 commit 10ca1a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ jobs:
done
- name: Compress the TAR files
run: tar -czf images.tar.gz *-amd64.tar
run: tar -czf arm64-images.tar.gz *-arm64.tar

- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: docker-images-tar
path: images.tar.gz
path: arm64-images.tar.gz

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

0 comments on commit 10ca1a1

Please sign in to comment.