We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60320c8 commit c66a873Copy full SHA for c66a873
build.sh
@@ -6,4 +6,4 @@ if [[ -n ${tag} ]]; then
6
versionTag="-t flowci/core:$tag"
7
fi
8
9
-docker build -f ./core/Dockerfile -t flowci/core:latest $versionTag ./core
+docker buildx build -f ./core/Dockerfile --platform linux/arm64,linux/amd64 --push -t flowci/core:latest $versionTag ./core
0 commit comments