mirror of
https://github.com/unmojang/meta.git
synced 2025-09-24 03:31:03 -04:00
fix: add linux-arm32 to supported OS rules
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
780edb8077
commit
0f88f27853
@ -216,7 +216,7 @@ class MojangLibraryDownloads(MetaBase):
|
||||
class OSRule(MetaBase):
|
||||
@validator("name")
|
||||
def name_must_be_os(cls, v):
|
||||
assert v in ["osx", "linux", "windows", "osx-arm64", "linux-arm64"]
|
||||
assert v in ["osx", "linux", "windows", "osx-arm64", "linux-arm64", "linux-arm32"]
|
||||
return v
|
||||
|
||||
name: str
|
||||
|
Loading…
x
Reference in New Issue
Block a user