Skip to content

Commit

Permalink
install driver for arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
gy2006 committed Jan 3, 2023
1 parent 2bb7e15 commit b04967f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ -n $version ]]; then
VersionTag="-t flowci/agent:$version"
fi

# docker run --privileged --rm tonistiigi/binfmt --install all
docker run --privileged --rm tonistiigi/binfmt --install all
# docker buildx create --name flowci --use

docker buildx build -f ./Dockerfile --platform linux/arm64,linux/amd64 --push -t flowci/agent:latest $VersionTag ./bin
Expand Down

0 comments on commit b04967f

Please sign in to comment.