Skip to content

Commit

Permalink
adding back section 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wcannon committed Nov 15, 2021
1 parent 7a5dda0 commit 7e63c31
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,3 +218,14 @@ workflows:
# - rust-stable
- fmt
- clippy
build-snarkos-docker-images:
when:
or:
- equal: [ testnet2, << pipeline.git.branch >> ]
jobs:
- build-and-publish-docker-arm
- build-and-publish-docker-amd
- publish_snarkos_manifest:
requires:
- build-and-publish-docker-arm
- build-and-publish-docker-amd

0 comments on commit 7e63c31

Please sign in to comment.