Skip to content

Commit

Permalink
fixing circleci crap
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Nov 3, 2023
1 parent e9b9e65 commit add718d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,15 @@ workflows:
- build-snap:
name: build-snap-intel
machine-type: ubuntu_amd64
filters:
tags:
only: /^v[0-9]+\..*$/
- build-snap:
name: build-snap-arm
machine-type: ubuntu_arm64
filters:
tags:
only: /^v[0-9]+\..*$/
- publish-snap:
name: publish-snap
requires:
Expand Down

0 comments on commit add718d

Please sign in to comment.