This repository has been archived by the owner on Feb 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(release/0.8): cherry-pick CI features/fixes (#359)
* add build support for aarch64 linux binary (#328) * Bump azure-blob-storage-upload to v2.0.1 Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com> * fix(deny.toml): add Unicode-DFS-2016 to allowed licenses Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com> Signed-off-by: Matthew Fisher <matt.fisher@fermyon.com> Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com> Co-authored-by: VishnuJin <45007338+VishnuJin@users.noreply.github.com> Co-authored-by: Matthew Fisher <matt.fisher@fermyon.com>
- Loading branch information
1 parent
46616eb
commit d80ba6f
Showing
3 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
[target.aarch64-unknown-linux-gnu] | ||
linker = "aarch64-linux-gnu-gcc" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters