ci: only build for amd64 for now
parent
6f68b53025
commit
ae2619be0f
|
@ -12,6 +12,7 @@ pipeline:
|
|||
repo: 'git.rustybever.be/vieter-v/vieter-builder'
|
||||
tags:
|
||||
- 'latest'
|
||||
platforms: [ 'linux/arm64/v8', 'linux/amd64' ]
|
||||
# platforms: [ 'linux/arm64/v8', 'linux/amd64' ]
|
||||
platforms: [ 'linux/amd64' ]
|
||||
when:
|
||||
event: [cron, manual]
|
||||
|
|
Loading…
Reference in New Issue