Skip to content

Commit

Permalink
Build multi-arch image
Browse files Browse the repository at this point in the history
  • Loading branch information
alanpeng committed Dec 14, 2022
1 parent e4b7f94 commit 484d23e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ workflows:
- build-branches-amd64
- build-branches-aarch64
- build-branches-multi-arch
requires:
- build-branches-amd64
- build-branches-aarch64
build-for-tags:
jobs:
- build-tags-amd64:
Expand All @@ -97,9 +100,11 @@ workflows:
branches:
ignore: /.*/
- build-tags-multi-arch:
requires:
- build-tags-amd64
- build-tags-aarch64
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/

0 comments on commit 484d23e

Please sign in to comment.