Skip to content

Commit ab21f5f

Browse files
committed
switch ci to amd64 only to avoid push
1 parent e1fc08e commit ab21f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build
3232
run: |
3333
IMAGE="wallarm/sidecar-controller"
34-
make build TAG=${GITHUB_SHA} IMAGE=${IMAGE}
34+
make build TAG=${GITHUB_SHA} IMAGE=${IMAGE} PLATFORMS=linux/amd64 BUILDX_ARGS=--load
3535
mkdir artifacts
3636
docker save -o artifacts/docker-image.tar ${IMAGE}:${GITHUB_SHA}
3737

0 commit comments

Comments
 (0)