Skip to content

Commit 7cf8982

Browse files
committed
Using regular arm vm
1 parent 40cba84 commit 7cf8982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.tekton/pipeline-ref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file
7979
name: build-args-file
8080
type: string
81-
- default: ["linux/x86_64", "linux-m2xlarge/arm64", "linux/ppc64le", "linux/s390x"]
81+
- default: ["linux/x86_64", "linux/arm64", "linux/ppc64le", "linux/s390x"]
8282
description: List of platforms to build the container images on. The available set of values is determined by the configuration of the multi-platform-controller.
8383
name: build-platforms
8484
type: array

Dockerfile.downstream

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY --chown=default web/package.json web/package.json
99
COPY --chown=default web/package-lock.json web/package-lock.json
1010
WORKDIR /opt/app-root/web
1111

12-
RUN CYPRESS_INSTALL_BINARY=0 node --max-old-space-size=6000 $(which npm) --legacy-peer-deps ci
12+
RUN CYPRESS_INSTALL_BINARY=0 node --max-old-space-size=600 $(which npm) --legacy-peer-deps ci
1313

1414
WORKDIR /opt/app-root
1515
COPY --chown=default web web

0 commit comments

Comments
 (0)