We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For the local installer scenario, the lookup method for fetching the bindle-server binary grabs the checked-in linux/amd64 build when the os is linux:
lookup
installer/local/job/bindle.nomad
Lines 61 to 63 in 0482aa0
This causes errors for linux/aarch64 environments.
Update the lookup to also inspect arch.
Note that linux/aarch64 binaries are only available as of bindle v0.8.2, so we would have to bump the version in tandem.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the local installer scenario, the
lookup
method for fetching the bindle-server binary grabs the checked-in linux/amd64 build when the os is linux:installer/local/job/bindle.nomad
Lines 61 to 63 in 0482aa0
This causes errors for linux/aarch64 environments.
Update the lookup to also inspect arch.
Note that linux/aarch64 binaries are only available as of bindle v0.8.2, so we would have to bump the version in tandem.
The text was updated successfully, but these errors were encountered: