Skip to content

Commit 98e97fd

Browse files
feat: change cnb workflow
1 parent 11cecde commit 98e97fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cnb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ main:
1515

1616
- name: docker build and push
1717
script: docker buildx build
18-
--platform linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x
18+
--platform linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
1919
--build-arg NODE_VERSION=$NODE_VERSION
2020
-t $IMAGE_TAG
2121
-f node/Dockerfile

0 commit comments

Comments
 (0)