-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use vmware-vmx
builder to build OpenBSD box for arm64
#41
Conversation
Use the python3 the meta package. Python 3.8 has reached EoL ("active support"): https://endoflife.date/python Close twingly#38
There probably will be for OpenBSD 7.5: https://marc.info/?l=openbsd-misc&m=169808954409925&w=2 There is ISO for snapshots: https://ftp.lysator.liu.se/pub/OpenBSD/snapshots/arm64/ |
I've uploaded the box to https://app.vagrantup.com/starkast/boxes/openbsd-7.1-arm64 |
Printed during "packer build ..."
Built OpenBSD 7.2 arm64 for VMware Fusion too: https://app.vagrantup.com/starkast/boxes/openbsd-7.2-arm64/versions/1.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I managed to build an OpenBSD 7.3 box. Tested an internal Ansible playbook and I got it to work with some minor changes to the network setup.
Thank you, LGTM! 🎉
Co-authored-by: Viktor Ivarsson <[email protected]>
vmware-vmx
builder to build box for arm64vmware-vmx
builder to build OpenBSD box for arm64
What network setup changes did you have to do? Where? |
In our Ansible setup the internal IP-address was hard-coded to the default value for Virtualbox, I had a different default IP-address defined in I also encountered this issue during the setup of Nginx where I had to increase the I didn't make any changes to |
https://www.openbsd.org/plus73.html Built and tested in Vagrant Related: #41
Encountered that one too 😄 |
Uses the
vmware-vmx
builder as there is no ISO files built for arm64 releases currently.Closes #39 as it changes the default mirror value.
Closes #38 too.