mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-08 13:08:53 -06:00
remove arm64
This commit is contained in:
@@ -5,7 +5,6 @@ def main(ctx):
|
||||
|
||||
stages = [
|
||||
docker(ctx, 'amd64'),
|
||||
"""docker(ctx, 'arm64'),"""
|
||||
docker(ctx, 'arm'),
|
||||
binary(ctx, 'linux'),
|
||||
binary(ctx, 'darwin'),
|
||||
@@ -458,7 +457,6 @@ def manifest(ctx):
|
||||
],
|
||||
'depends_on': [
|
||||
'amd64',
|
||||
"""'arm64',"""
|
||||
'arm',
|
||||
'linux',
|
||||
'darwin',
|
||||
|
||||
Reference in New Issue
Block a user