Skip to content

Commit

Permalink
add ram64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
sokach-dev committed Dec 21, 2024
1 parent e40d483 commit 3f8534a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
target: x86_64-unknown-linux-gnu
bin: angel
name: angel-linux-amd64
- release_for: Linux-aarch64
os: ubuntu-latest
target: aarch64-unknown-linux-gnu
bin: angel
name: angel-linux-arm64


steps:
Expand Down

0 comments on commit 3f8534a

Please sign in to comment.