Kaynağa Gözat

Run compliance on amd64 infra (#16232)

* Run compliance on amd64 infra

* Update .drone.yml
tags/v1.15.0-rc1
techknowlogick 2 yıl önce
ebeveyn
işleme
d4ae87ea32
No account linked to committer's email address
1 değiştirilmiş dosya ile 4 ekleme ve 4 silme
  1. 4
    4
      .drone.yml

+ 4
- 4
.drone.yml Dosyayı Görüntüle



platform: platform:
os: linux os: linux
arch: arm64
arch: amd64


trigger: trigger:
event: event:


- name: lint-backend - name: lint-backend
pull: always pull: always
image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
commands: commands:
- make lint-backend - make lint-backend
environment: environment:


- name: lint-backend-windows - name: lint-backend-windows
pull: always pull: always
image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
commands: commands:
- make golangci-lint vet - make golangci-lint vet
environment: environment:


- name: lint-backend-gogit - name: lint-backend-gogit
pull: always pull: always
image: gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
image: gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
commands: commands:
- make lint-backend - make lint-backend
environment: environment:

Loading…
İptal
Kaydet