Skip to content

Commit

Permalink
Run compliance on amd64 infra (#16232)
Browse files Browse the repository at this point in the history
* Run compliance on amd64 infra

* Update .drone.yml
  • Loading branch information
techknowlogick authored Jun 23, 2021
1 parent 17030ce commit d4ae87e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: compliance

platform:
os: linux
arch: arm64
arch: amd64

trigger:
event:
Expand All @@ -27,7 +27,7 @@ steps:

- name: lint-backend
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:
- make lint-backend
environment:
Expand All @@ -37,7 +37,7 @@ steps:

- name: lint-backend-windows
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:
- make golangci-lint vet
environment:
Expand All @@ -49,7 +49,7 @@ steps:

- name: lint-backend-gogit
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:
- make lint-backend
environment:
Expand Down

0 comments on commit d4ae87e

Please sign in to comment.