Skip to content

Commit

Permalink
workflow/release: comment aarch64-unknown-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
santhosh-tekuri committed May 30, 2024
1 parent 8db0bf8 commit 4b14731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
# - target: aarch64-unknown-linux-gnu
# os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-latest
- target: aarch64-apple-darwin
Expand Down

2 comments on commit 4b14731

@noorul
Copy link

@noorul noorul commented on 4b14731 Nov 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@santhosh-tekuri Any reason why this is commented out?

@santhosh-tekuri
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build must be failing. Don't remember exactly why.

Please sign in to comment.