Skip to content
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.

Commit

Permalink
fix: github action have not arm64 chain
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed May 6, 2021
1 parent ee6c4f1 commit 1a095ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: |
bash scripts/make_release.sh gzip amd64
bash scripts/make_release.sh gzip amd64 purego
bash scripts/make_release.sh gzip arm64
bash scripts/make_release.sh gzip arm64 purego
- name: Release
Expand All @@ -49,7 +48,6 @@ jobs:
files: |
cloud-torrent_linux_amd64.gz
cloud-torrent_linux_amd64_static.gz
cloud-torrent_linux_arm64.gz
cloud-torrent_linux_arm64_static.gz
prerelease: true
draft: false
Expand Down

0 comments on commit 1a095ca

Please sign in to comment.