Skip to content

Commit

Permalink
fixed linux build script
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiurgiu committed Sep 28, 2021
1 parent f37b9f2 commit 79279f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ fi

for distro in "${distros[@]}"; do
echo "Running podman to build for distribution ${distro}"
podman pull registry.zergiu.com:5000/reddit_desktop_$distro:build
podman run --rm --privileged=true --name rd \
-v "${root}":/tmp/reddit_desktop/:Z \
-e REDDITDESKTOP_VERSION_MAJOR="${REDDITDESKTOP_VERSION_MAJOR}" \
Expand Down

0 comments on commit 79279f2

Please sign in to comment.