Skip to content

Commit

Permalink
pkging
Browse files Browse the repository at this point in the history
  • Loading branch information
heronhaye committed Feb 16, 2022
1 parent 1380a5f commit c82d65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/linux/docker_build.sh
Expand Up @@ -58,7 +58,7 @@ gpg_tempfile="$gpg_tempdir/code_signing_key"
gpg --export-secret-key --armor "$code_signing_fingerprint" > "$gpg_tempfile"

# Make sure the Docker image is built.
image=keybase_packaging_v31
image=keybase_packaging_v32
if [ -z "$(sudo docker images -q "$image")" ] ; then
echo "Docker image '$image' not yet built. Building..."
sudo docker build -t "$image" "$clientdir/packaging/linux"
Expand Down

0 comments on commit c82d65a

Please sign in to comment.