File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ name: compliance
4
4
5
5
platform :
6
6
os : linux
7
- arch : arm64
7
+ arch : amd64
8
8
9
9
trigger :
10
10
event :
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