Skip to content

Commit

Permalink
fix pkg ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jpq committed Jun 16, 2022
1 parent d772b0a commit 3d709fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
36 changes: 15 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

_DPKG_ARCH = {
"x86_64": "amd64",
"aarch64": "aarch64",
"aarch64": "arm64",
}

UNAME = uname()
Expand Down

0 comments on commit 3d709fc

Please sign in to comment.