Skip to content
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

levant 0.3.3-1 arm64 & amd64 package install zipped levant file /usr/bin/levant_0.3.3_linux_arm64.zip instead of binary #510

Open
dmclf opened this issue Oct 9, 2023 · 2 comments

Comments

@dmclf
Copy link

dmclf commented Oct 9, 2023

Description

levant binary does not work after upgrading to 0.3.3

apt-get upgrade levant
apt-get install levant=0.3.3-1

levant version

levant: command not found

dpkg -l levant

ii  levant         0.3.3-1      arm64        Levant is a templating and deployment tool for HashiCorp Nomad

dpkg-query -L levant

/usr
/usr/bin
/usr/bin/levant_0.3.3_linux_arm64.zip

same issue on amd64

# dpkg -l levant
ii  levant         0.3.3-1      amd64        Levant is a templating and deployment tool for HashiCorp Nomad

# dpkg-query -L levant
/usr
/usr/bin
/usr/bin/levant_0.3.3_linux_amd64.zip

expected behaviour

ii  levant         0.3.2-1      amd64        Levant is a templating and deployment tool for HashiCorp Nomad

# dpkg-query -L levant
/usr
/usr/bin
/usr/bin/levant

# levant version
Levant v0.3.2

@dmclf dmclf changed the title levant 0.3.3-1 arm64 package installs zipped levant file /usr/bin/levant_0.3.3_linux_arm64.zip levant 0.3.3-1 arm64 & amd64 package install zipped levant file /usr/bin/levant_0.3.3_linux_arm64.zip instead of binary Oct 9, 2023
@Blefish
Copy link

Blefish commented Oct 19, 2023

Package manager based installations cannot be used due to this bug anymore, must be reverted to 0.3.2-1.

@jrasell
Copy link
Member

jrasell commented Oct 19, 2023

Hi @dmclf and @Blefish thanks for raising this issue. I'll take a look into it and get back to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants