Skip to content

Commit 9dc3f0f

Browse files
committed
only build image for amd64 since base image of amr64 is missing
1 parent 468bdc4 commit 9dc3f0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ if [[ -n ${tag} ]]; then
66
versionTag="-t flowci/core:$tag"
77
fi
88

9-
docker buildx build -f ./core/Dockerfile --platform linux/arm64,linux/amd64 --push -t flowci/core:latest $versionTag ./core
9+
#docker buildx build -f ./core/Dockerfile --platform linux/arm64,linux/amd64 --push -t flowci/core:latest $versionTag ./core
10+
docker build -f ./core/Dockerfile -t flowci/core:latest $versionTag ./core

0 commit comments

Comments
 (0)