-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changed packing process and remove todo form README.md
- Loading branch information
ldev
committed
Aug 20, 2023
1 parent
eb35549
commit 5226b8d
Showing
4 changed files
with
13 additions
and
57 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
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 |
---|---|---|
@@ -1,4 +1,9 @@ | ||
pkgver=$(cargo run -q -- --version | rg -o '[0-9]\.[0-9]\.[0-9]') | ||
|
||
echo Packaging gh-login-debian-armv7 | ||
packaging/debian/pack.sh armv7-unknown-linux-gnueabihf | ||
packaging/debian/pack.sh armv7-unknown-linux-gnueabihf $pkgver | ||
echo Packaging gh-login-debian-x86_64 | ||
packaging/debian/pack.sh x86_64-unknown-linux-gnu | ||
packaging/debian/pack.sh x86_64-unknown-linux-gnu $pkgver | ||
|
||
echo "Done" | ||
echo "Packages at target/packaging" |
This file was deleted.
Oops, something went wrong.
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