Add one dependency just to detect bundle arch

This commit is contained in:
DarkPhoenix
2023-12-03 08:46:12 +06:00
parent 0dd7dea708
commit 8dce968780

View File

@@ -12,12 +12,13 @@ AppDir:
exec_args: "-s ${APPDIR}/opt/pyfa/pyfa.py $@" exec_args: "-s ${APPDIR}/opt/pyfa/pyfa.py $@"
apt: apt:
arch: amd64 arch: [ amd64 ]
sources: sources:
- sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse' - sourceline: 'deb [arch=amd64] http://archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse'
key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32' key_url: 'http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3b4fe6acc0b21f32'
include: [] include:
- libc6
exclude: [] exclude: []
after_bundle: after_bundle: