Skip to content

Commit

Permalink
Merge pull request #342 from pi-hole/hotfix/v4.0-version
Browse files Browse the repository at this point in the history
Fix CircleCI config
  • Loading branch information
dschaper authored Aug 5, 2018
2 parents 744ce2b + 2e8f102 commit 8493df4
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,26 @@ jobs:
workflows:
version: 2
build:
filters:
tags:
only: /^v.*/
jobs:
- arm
- armhf
- aarch64
- x86_64
- arm:
filters:
tags:
only: /^v.*/
- armhf:
filters:
tags:
only: /^v.*/
- aarch64:
filters:
tags:
only: /^v.*/
- x86_64:
filters:
tags:
only: /^v.*/
# - x86_64-musl
- x86_32
- x86_32:
filters:
tags:
only: /^v.*/

0 comments on commit 8493df4

Please sign in to comment.