diff options
author | crupest <crupest@outlook.com> | 2023-11-13 13:46:32 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-11-13 13:47:29 +0800 |
commit | 6cbcbb63685898ba99a2d8bf5bd61ded809f258d (patch) | |
tree | 66e03860758c614b95e2a2bd57f163cdbf4479e4 /docker/debian-dev/bootstrap/bash-profile | |
parent | 12cf965cdd14b3404e91ce5969013dced11c7377 (diff) | |
download | crupest-6cbcbb63685898ba99a2d8bf5bd61ded809f258d.tar.gz crupest-6cbcbb63685898ba99a2d8bf5bd61ded809f258d.tar.bz2 crupest-6cbcbb63685898ba99a2d8bf5bd61ded809f258d.zip |
(docker:debian-dev) Add arm64 aliases.
Diffstat (limited to 'docker/debian-dev/bootstrap/bash-profile')
-rw-r--r-- | docker/debian-dev/bootstrap/bash-profile/dev.bash | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/debian-dev/bootstrap/bash-profile/dev.bash b/docker/debian-dev/bootstrap/bash-profile/dev.bash new file mode 100644 index 0000000..7bc27f4 --- /dev/null +++ b/docker/debian-dev/bootstrap/bash-profile/dev.bash @@ -0,0 +1,2 @@ +alias apt-get-dep-build-arm64="apt-get build-dep -aarm64 --arch-only" +alias dpkg-buildpackage-arm64="CONFIG_SITE=/etc/dpkg-cross/cross-config.arm64 DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -aarm64 -Pcross,nocheck" |