File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,19 @@ release:
4747 - github-release upload --tag "${VERSION}" --name "$(basename *.xz)" --file *.xz
4848 - git clean -fdx
4949
50- ubuntu-bionic-mate-armhf : *build
51- ubuntu-bionic-mate-arm64 : *build
50+ .build_manual : &build_manual
51+ << : *build
52+ when : manual
53+ allow_failure : true
54+
55+ ubuntu-bionic-mate-armhf : *build_manual
56+ ubuntu-bionic-mate-arm64 : *build_manual
5257
53- ubuntu-disco-mate-armhf : *build
54- ubuntu-disco-mate-arm64 : *build
58+ ubuntu-disco-mate-armhf : *build_manual
59+ ubuntu-disco-mate-arm64 : *build_manual
5560
56- debian-stretch-openmediavault-armhf : *build
57- debian-stretch-openmediavault-arm64 : *build
61+ debian-stretch-openmediavault-armhf : *build_manual
62+ debian-stretch-openmediavault-arm64 : *build_manual
5863
5964debian-stretch-minimal-armhf : *build
6065debian-stretch-minimal-arm64 : *build
You can’t perform that action at this time.
0 commit comments