Skip to content

Commit c1b09c3

Browse files
sapktechknowlogick
authored andcommitted
drone: a test for compat with 32 bit (#7707)
1 parent e503794 commit c1b09c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.drone.yml

+10
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,16 @@ steps:
6969
commands:
7070
- go build -mod=vendor -o gitea_no_gcc # test if build succeeds without the sqlite tag
7171

72+
- name: build-linux-386
73+
pull: always
74+
image: golang:1.12
75+
environment:
76+
GO111MODULE: on
77+
GOOS: linux
78+
GOARCH: 386
79+
commands:
80+
- go build -mod=vendor -o gitea_linux_386 # test if compatible with 32 bit
81+
7282
- name: build
7383
pull: always
7484
image: golang:1.12

0 commit comments

Comments
 (0)