File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
goversion : 1.17
24
24
goos : ${{ matrix.goos }}
25
25
goarch : ${{ matrix.goarch }}
26
- build_command : bash ./build.sh
27
- pre_command : bash ./install-deps.sh
26
+ build_command : bash -ex ./build.sh
27
+ pre_command : bash -ex ./install-deps.sh
28
28
binary_name : " ovpn-admin"
29
29
asset_name : ovpn-admin-${{ matrix.goos }}-${{ matrix.goarch }}
Original file line number Diff line number Diff line change 23
23
goversion : 1.17
24
24
goos : ${{ matrix.goos }}
25
25
goarch : ${{ matrix.goarch }}
26
- build_command : bash ./build_arm.sh
27
- pre_command : bash ./install-deps-arm.sh
26
+ build_command : bash -ex ./build_arm.sh
27
+ pre_command : bash -ex ./install-deps-arm.sh
28
28
binary_name : " ovpn-admin"
29
29
asset_name : ovpn-admin-${{ matrix.goos }}-${{ matrix.goarch }}
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ cd frontend && npm install && npm run build && cd ..
6
6
7
7
packr2
8
8
9
- CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags " -linkmode external -extldflags -static -s -w" @
9
+ CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build -a -tags netgo -ldflags " -linkmode external -extldflags -static -s -w" $ @
10
10
11
11
packr2 clean
You can’t perform that action at this time.
0 commit comments