Also build arm releases on new tags

This commit is contained in:
Kristian Haugene
2020-02-02 18:11:34 +01:00
parent e834230a13
commit 7bf156f901

View File

@@ -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: