Bootable image not saving settings changes #15
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: butter/churn#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Version: amd64_butter_main_v0.0.1_230626
After going through the onboarding settings, I am getting this error when I try to save changes:
Tested this and it looks like the madmail binary that makes it into this AMD image was for the ARM architecture and so the last step failed.
Should be fixed in https://downloads.likebutter.app/amd64_butter_latest.img.tar.gz;
I've tested this and it has worked for me, please test this also if you can and let me know @fabby
@acute which commit made the fix for this?
It does seem the correct variable for the architecture is being used in the build script:
https://guardianproject.dev/butter/churn/src/branch/main/ansible/delta-chat.yml#L16
I added an:
ansible_architecture: "x86_64"
to vmdb2-recipes/amd64_trixie.yaml in the ansible vars section.
However I have not committed as I wanted to check first all previous amd versions in https://downloads.likebutter.app/versions/ had this issue and it wasn’t just v_230626, as I've since also integrated some other changes (yours and mine) to the run_build scripts