Don't build arm images for now
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4b92dd31bc
commit
e393bbf1cc
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue