Don't build arm images for now
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Melora Hugues 2023-10-19 19:24:20 +02:00
parent 4b92dd31bc
commit e393bbf1cc

View file

@ -26,7 +26,7 @@ steps:
dry_run: true dry_run: true
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64 # - linux/arm64
depends_on: depends_on:
when: when:
branch: branch:
@ -46,7 +46,7 @@ steps:
from_secret: GIT_PASSWORD from_secret: GIT_PASSWORD
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64 # - linux/arm64
depends_on: depends_on:
- go-test - go-test
- go-build - go-build
@ -77,7 +77,7 @@ steps:
auto_tag: true auto_tag: true
platforms: platforms:
- linux/amd64 - linux/amd64
- linux/arm64 # - linux/arm64
username: username:
from_secret: GIT_USERNAME from_secret: GIT_USERNAME
password: password: