From b04967f5cee316cdc0addd215b70a21ac49f6d0c Mon Sep 17 00:00:00 2001 From: gy2006 <32008001@qq.com> Date: Tue, 3 Jan 2023 20:42:20 +0100 Subject: [PATCH] install driver for arm64 --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 00f9a1b..ac7b4a6 100755 --- a/build.sh +++ b/build.sh @@ -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