Explorar el Código

s/aarch64/arm64/

at-2021
JustAnotherArchivist hace 2 meses
padre
commit
9d4cf47a27
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. +3
    -3
      .drone.yml

+ 3
- 3
.drone.yml Ver fichero

@@ -2,7 +2,7 @@
kind: pipeline
name: default
steps:
- name: docker_aarch64
- name: docker_arm64
image: plugins/docker
settings:
registry: atdr-writer.meo.ws
@@ -15,6 +15,6 @@ steps:
purge: true
auto_tag: false
build_args:
- GOARCH=aarch64
- GOARCH=arm64
tags:
- ${DRONE_BRANCH}-aarch64
- ${DRONE_BRANCH}-arm64

Cargando…
Cancelar
Guardar