You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
👻 Brief Description
Everything seemed to be working until around a week ago. Now it seems that the ubuntu server I am running this on does not like the sources file that gets created I get the following error Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://mariadb.mirrors.ovh.net/MariaDB/repo/10.5/ubuntu focal InRelease' doesn't support architecture 'i386'
It works if I add [arch=amd64] not sure what changed, maybe something on the repo end?
deploy my app, everything seems fine, it actually deploys it with this repo created by mariadb cookbook.
When I log into server do an apt update I get : Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://mariadb.mirrors.ovh.net/MariaDB/repo/10.5/ubuntu focal InRelease' doesn't support architecture 'i386'
🚓 Expected behavior
I wonder how I can get the [arch=amd64] into the url, the apt recipe allows for and arch setting which adds this in.
➕ Additional context
The text was updated successfully, but these errors were encountered:
🗣️ Foreword
Thank for taking the time to fill this bug report fully. Without it we may not be able to fix the bug, and the issue may be closed without resolution.
👻 Brief Description
Everything seemed to be working until around a week ago. Now it seems that the ubuntu server I am running this on does not like the sources file that gets created I get the following error
Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://mariadb.mirrors.ovh.net/MariaDB/repo/10.5/ubuntu focal InRelease' doesn't support architecture 'i386'
It works if I add
[arch=amd64]
not sure what changed, maybe something on the repo end?🥞 Cookbook version
mariadb (4.2.0)
👩🍳 Chef-Infra Version
version 16.8.14
🎩 Platform details
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=20.04
DISTRIB_CODENAME=focal
DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS"
Steps To Reproduce
Steps to reproduce the behavior:
deploy my app, everything seems fine, it actually deploys it with this repo created by mariadb cookbook.
When I log into server do an apt update I get :
Skipping acquire of configured file 'main/binary-i386/Packages' as repository 'http://mariadb.mirrors.ovh.net/MariaDB/repo/10.5/ubuntu focal InRelease' doesn't support architecture 'i386'
🚓 Expected behavior
I wonder how I can get the [arch=amd64] into the url, the apt recipe allows for and arch setting which adds this in.
➕ Additional context
The text was updated successfully, but these errors were encountered: