@@ -139,7 +139,7 @@ push: container docker-login ## Pushes a Docker container image to a registry.
139
139
push-manifest :
140
140
@echo Starting kube-router manifest push.
141
141
./manifest-tool push from-args \
142
- --platforms linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/ppc64le,linux/riscv64 \
142
+ --platforms linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/ppc64le \
143
143
--template " $( REGISTRY_DEV) :ARCH-$( MANIFEST_TAG) " \
144
144
--target " $( REGISTRY_DEV) :$( MANIFEST_TAG) "
145
145
@@ -153,12 +153,12 @@ push-release: push
153
153
push-manifest-release :
154
154
@echo Starting kube-router manifest push.
155
155
./manifest-tool push from-args \
156
- --platforms linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/ppc64le,linux/riscv64 \
156
+ --platforms linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/ppc64le \
157
157
--template " $( REGISTRY) :ARCH-${RELEASE_TAG} " \
158
158
--target " $( REGISTRY) :$( RELEASE_TAG) "
159
159
160
160
./manifest-tool push from-args \
161
- --platforms linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/ppc64le,linux/riscv64 \
161
+ --platforms linux/amd64,linux/arm64,linux/arm,linux/s390x,linux/ppc64le \
162
162
--template "$(REGISTRY):ARCH-${RELEASE_TAG}" \
163
163
--target "$(REGISTRY):latest"
164
164
0 commit comments