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
After installing tarantool repo according to doc on site I get the warning:
N: Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'https://download.tarantool.org/tarantool/1.10/ubuntu bionic InRelease' doesn't support architecture 'i386'
As far as I understand the reason is in my system settings:
$ dpkg --print-architecture amd64 $ dpkg --print-foreign-architectures i386
My apt list:
$ cat /etc/apt/sources.list.d/tarantool_2_3.list deb https://download.tarantool.org/tarantool/2.3/ubuntu/ focal main deb-src https://download.tarantool.org/tarantool/2.3/ubuntu/ focal main deb https://download.tarantool.org/tarantool/modules/ubuntu/ focal main deb-src https://download.tarantool.org/tarantool/modules/ubuntu/ focal main
My proposal is to change installer.sh so that it looks like deb [arch=amd64] https://... explicitly.
installer.sh
deb [arch=amd64] https://...
The text was updated successfully, but these errors were encountered:
It should be also fixed in instructions how to manually add a tarantool repository on Debian and Ubuntu.
Sorry, something went wrong.
Duplicate of tarantool/tarantool-qa#252. Closing.
artembo
No branches or pull requests
After installing tarantool repo according to doc on site I get the warning:
As far as I understand the reason is in my system settings:
My apt list:
My proposal is to change
installer.sh
so that it looks likedeb [arch=amd64] https://...
explicitly.The text was updated successfully, but these errors were encountered: