Also build arm releases on new tags
This commit is contained in:
@@ -45,7 +45,21 @@ workflows:
|
|||||||
branches:
|
branches:
|
||||||
ignore: /.*/
|
ignore: /.*/
|
||||||
tags:
|
tags:
|
||||||
only: /^\d+\.\d+/
|
only: /^\d+\.\d+.*/
|
||||||
|
- build-armhf-image:
|
||||||
|
context: dockerhub
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore: /.*/
|
||||||
|
tags:
|
||||||
|
only: /^\d+\.\d+.*/
|
||||||
|
- build-arm64-image:
|
||||||
|
context: dockerhub
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
ignore: /.*/
|
||||||
|
tags:
|
||||||
|
only: /^\d+\.\d+.*/
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-ubuntu-image:
|
build-ubuntu-image:
|
||||||
|
Reference in New Issue
Block a user