File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
28
28
- name : lint-backend
29
29
pull : always
30
- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
30
+ image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
31
31
commands :
32
32
- make lint-backend
33
33
environment :
37
37
38
38
- name : lint-backend-windows
39
39
pull : always
40
- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
40
+ image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
41
41
commands :
42
42
- make golangci-lint vet
43
43
environment :
49
49
50
50
- name : lint-backend-gogit
51
51
pull : always
52
- image : gitea/test_env:linux-arm64 # https://gitea.com/gitea/test-env
52
+ image : gitea/test_env:linux-amd64 # https://gitea.com/gitea/test-env
53
53
commands :
54
54
- make lint-backend
55
55
environment :
You can’t perform that action at this time.
0 commit comments