Temporarily disable amd64 docker build

main
Jack Jackson 5 months ago
parent 2e91dd4d78
commit 11b976e644
  1. 28
      .drone.yml

@ -57,20 +57,20 @@ steps:
from_secret: gitea_password from_secret: gitea_password
settings: settings:
mtu: 1450 mtu: 1450
- name: push-amd64-image # - name: push-amd64-image
image: plugins/docker # image: plugins/docker
settings: # settings:
registry: gitea.scubbo.org # registry: gitea.scubbo.org
repo: gitea.scubbo.org/scubbo/blog_helm # repo: gitea.scubbo.org/scubbo/blog_helm
tags: ${DRONE_COMMIT_SHA:0:10} # tags: ${DRONE_COMMIT_SHA:0:10}
debug: true # debug: true
launch_debug: true # launch_debug: true
username: scubbo # username: scubbo
platform: linux/amd64 # platform: linux/amd64
password: # password:
from_secret: gitea_password # from_secret: gitea_password
settings: # settings:
mtu: 1450 # mtu: 1450
- name: auto-update-infra-repo - name: auto-update-infra-repo
image: gitea.scubbo.org/scubbo/auto-repo-update-drone-plugin:latest image: gitea.scubbo.org/scubbo/auto-repo-update-drone-plugin:latest
settings: settings:

Loading…
Cancel
Save