mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +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.meta = _meta_
|
||||||
self.arch = self.meta.arch
|
self.arch = self.meta.arch
|
||||||
# Architectures
|
# Architectures
|
||||||
self.x86 = "i486"
|
self.x86 = "i586"
|
||||||
self.arm = "arm"
|
self.arm = "arm"
|
||||||
|
|
||||||
def get(self):
|
def get(self):
|
||||||
|
|
Loading…
Reference in a new issue