Skip to content

Commit e072fd4

Browse files
committed
Docker: Enable experimental cli features
1 parent 4da3ad2 commit e072fd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/docker-release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ set -xeo pipefail
44
docker_name=shesek/lightning-charge
55
version=`node -p 'require("./package").version'`
66

7+
export DOCKER_CLI_EXPERIMENTAL=enabled
8+
79
# Building the arm32v7 image requires registering qemu on the host, which can be done using one of the following:
810
# sudo apt-get install qemu binfmt-support qemu-user-static
911
# docker run --rm --privileged multiarch/qemu-user-static:register --reset

0 commit comments

Comments
 (0)