Skip to content

Commit c66a873

Browse files
committed
support multi docker arch
1 parent 60320c8 commit c66a873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

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

9-
docker build -f ./core/Dockerfile -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

0 commit comments

Comments
 (0)