Skip to content

Commit a5a8de4

Browse files
author
Zbigniew Mandziejewicz
committed
feat: enable multiplatform image build
1 parent 22c9f84 commit a5a8de4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Build images
5757
run: |
5858
mkdir build
59-
skaffold build --file-output=build/images.json
59+
skaffold build --platform=linux/amd64,linux/arm64 --file-output=build/images.json
6060
- name: Archive image tags
6161
uses: actions/upload-artifact@v4
6262
with:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# argocd-capi-operator
22

3+
[![codecov](https://codecov.io/gh/agoda-com/argocd-capi-operator/graph/badge.svg?token=AOPBXCCF8W)](https://codecov.io/gh/agoda-com/argocd-capi-operator)
4+
35
Register [Cluster](https://doc.crds.dev/github.com/kubernetes-sigs/cluster-api/cluster.x-k8s.io/Cluster/v1beta1@v1.8.3) resources using [ArgoCD Cluster API](https://pkg.go.dev/github.com/argoproj/argo-cd/v2@v2.12.3/pkg/apiclient/cluster#ClusterServiceClient).
46

57
## How it works

0 commit comments

Comments
 (0)