Issues building ARM debian package #315

Closed
opened 11 months ago by jahway603 · 4 comments
Collaborator

This commit borked the working ARM deb pkg build script
f44e44e7df

This commit borked the working ARM deb pkg build script https://git.hush.is/hush/hush3/commit/f44e44e7dfe82b05686bfd729fbb2523c51d840b
Owner

@jahway603 what is borked? The only change from using the old script should be to set the env var when running the script :

ARCH=aarch64 ./util/build-debian-package.sh

@jahway603 what is borked? The only change from using the old script should be to set the env var when running the script : `ARCH=aarch64 ./util/build-debian-package.sh`
Poster
Collaborator

ARCH=aarch64 ./util/build-debian-package.sh still generates a resulting Debian package with -amd64, so it's not working correctly with ARM.

`ARCH=aarch64 ./util/build-debian-package.sh` still generates a resulting Debian package with -amd64, so it's not working correctly with ARM.
Owner

@jahway603 oops, my documentation at the top of the script is wrong. It actually takes the arch as the first argument :

./util/build-debian-package.sh aarch64

We can keep it like this and change docs or change it to use the env var, I don't have a strong preference

@jahway603 oops, my documentation at the top of the script is wrong. It actually takes the arch as the first argument : `./util/build-debian-package.sh aarch64` We can keep it like this and change docs or change it to use the env var, I don't have a strong preference
Owner

Ok, I fixed the docs at the top of the script and added a note about making an aarch64 deb to the release process doc. Closing this

Ok, I fixed the docs at the top of the script and added a note about making an aarch64 deb to the release process doc. Closing this
duke closed this issue 9 months ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.