mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-15 03:41:16 +01:00
Switch to i586 for sbo repository
This commit is contained in:
parent
c72737e607
commit
63031a92d5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class SBoArch(object):
|
|||
self.meta = _meta_
|
||||
self.arch = self.meta.arch
|
||||
# Architectures
|
||||
self.x86 = "i486"
|
||||
self.x86 = "i586"
|
||||
self.arm = "arm"
|
||||
|
||||
def get(self):
|
||||
|
|
Loading…
Reference in a new issue