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 b7ab0cb commit 94d236b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# docker push wise2c/kubeadm-version:amd64-$CIRCLE_BRANCH
docker run --rm --name=kubeadm-version wise2c/kubeadm-version:amd64-$CIRCLE_BRANCH kubeadm config images list
build-tags-x86:
build-tags-amd64:
machine: true
steps:
- checkout
Expand Down Expand Up @@ -81,6 +81,7 @@ workflows:
jobs:
- build-branches-amd64
- build-branches-aarch64
- build-branches-multi-arch
build-for-tags:
jobs:
- build-tags-amd64:
Expand All @@ -95,3 +96,10 @@ workflows:
only: /^v.*/
branches:
ignore: /.*/
- build-tags-multi-arch:
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/

0 comments on commit 94d236b

Please sign in to comment.