You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
408 B

  1. ---
  2. kind: pipeline
  3. name: default
  4. steps:
  5. - name: docker_arm64
  6. image: plugins/docker
  7. settings:
  8. registry: atdr-writer.meo.ws
  9. username:
  10. from_secret: atdr_user
  11. password:
  12. from_secret: atdr_pass
  13. repo: atdr-writer.meo.ws/archiveteam/transfer.sh
  14. dockerfile: Containerfile
  15. purge: true
  16. auto_tag: false
  17. build_args:
  18. - GOARCH=arm64
  19. tags:
  20. - ${DRONE_BRANCH}-arm64