mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-02-23 10:18:49 +08:00
chore(CI): disable build arm and arm64
This commit is contained in:
@@ -4,13 +4,13 @@ local name = 'drone-ssh';
|
||||
[
|
||||
pipeline.test,
|
||||
pipeline.build(name, 'linux', 'amd64'),
|
||||
pipeline.build(name, 'linux', 'arm64'),
|
||||
pipeline.build(name, 'linux', 'arm'),
|
||||
// pipeline.build(name, 'linux', 'arm64'),
|
||||
// pipeline.build(name, 'linux', 'arm'),
|
||||
pipeline.release,
|
||||
pipeline.notifications(depends_on=[
|
||||
'linux-amd64',
|
||||
'linux-arm64',
|
||||
'linux-arm',
|
||||
// 'linux-arm64',
|
||||
// 'linux-arm',
|
||||
'release-binary',
|
||||
]),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user