瀏覽代碼

s/aarch64/arm64/

at-2021
JustAnotherArchivist 2 月之前
父節點
當前提交
9d4cf47a27
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      .drone.yml

+ 3
- 3
.drone.yml 查看文件

@@ -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

Loading…
取消
儲存