simplify filter and expand

This commit is contained in:
Kukks 2024-08-29 10:17:46 +02:00
parent 6eddd2b012
commit aa2080e93e
No known key found for this signature in database
GPG Key ID: 8E5530D9D1C93097

View File

@ -151,28 +151,28 @@ workflows:
ignore: /.*/
# Example: BitcoinCore/0.17.0 or BitcoinCore/0.17.0-1 or Bitcoin/0.21.0-based-taproot0.1
tags:
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
only: /^[^/]+[/]{1}([^/]+)/
- publish_linuxarm32v7:
filters:
branches:
ignore: /.*/
tags:
# Example: BitcoinCore/0.17.0
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
only: /^[^/]+[/]{1}([^/]+)/
- publish_linuxarm64v8:
filters:
branches:
ignore: /.*/
tags:
# Example: BitcoinCore/0.17.0
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
only: /^[^/]+[/]{1}([^/]+)/
- publish_buildx:
filters:
branches:
ignore: /.*/
tags:
# Example: BitcoinCore/0.17.0
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
only: /^[^/]+[/]{1}([^/]+)/
- publish_multiarch:
requires:
- publish_linuxamd64
@ -184,4 +184,4 @@ workflows:
ignore: /.*/
tags:
# Example: BitcoinCore/0.17.0
only: /^[^/]+[/][0-9]+(\.[0-9]+)*(-[a-z0-9\.-]+)?/
only: /^[^/]+[/]{1}([^/]+)/