Skippping acquire configured file - doesn't support architecture 'i386'

You have Ubuntu version bionic, but are looking for files for Ubuntu disco.

Locate the file that contains repos.codelite.org...

In terminal...

cd /etc/apt # change directory

grep -i repos.codelite.org sources.list # see if it's in this file

grep -i repos.codelite.org sources.list.d/*.list # see if it's in one of these files

sudo -H gedit found_file_name.list # edit the found .list file

change the line that contans "repos.codelite.org":

deb http://xxxxxxxxxx disco xxxx

to:

deb [arch=amd64] http://xxxxxxxxx bionic xxxx

Note: if you have any other references to disco in your .list files, change them to bionic.