ci: only build for amd64 for now
This commit is contained in:
parent
6f68b53025
commit
ae2619be0f
1 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@ pipeline:
|
||||||
repo: 'git.rustybever.be/vieter-v/vieter-builder'
|
repo: 'git.rustybever.be/vieter-v/vieter-builder'
|
||||||
tags:
|
tags:
|
||||||
- 'latest'
|
- 'latest'
|
||||||
platforms: [ 'linux/arm64/v8', 'linux/amd64' ]
|
# platforms: [ 'linux/arm64/v8', 'linux/amd64' ]
|
||||||
|
platforms: [ 'linux/amd64' ]
|
||||||
when:
|
when:
|
||||||
event: [cron, manual]
|
event: [cron, manual]
|
||||||
|
|
|
||||||
Reference in a new issue