diff options
author | techknowlogick <techknowlogick@gitea.io> | 2021-06-23 01:36:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-23 01:36:27 -0400 |
commit | d4ae87ea32aaef458da48404b8c7bc11d0165852 (patch) | |
tree | 10733cdc0bdc961119d63dc9551a6c5fe42c577b /.drone.yml | |
parent | 17030ced75059ec21f6fb1945a751c3ebef29a32 (diff) | |
download | gitea-d4ae87ea32aaef458da48404b8c7bc11d0165852.tar.gz gitea-d4ae87ea32aaef458da48404b8c7bc11d0165852.zip |
Run compliance on amd64 infra (#16232)
* Run compliance on amd64 infra
* Update .drone.yml
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml index 3d9a62ee73..c338f5ee52 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: compliance platform: os: linux - arch: arm64 + arch: amd64 trigger: event: @@ -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: @@ -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: @@ -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: |