Skip to content

Commit

Permalink
Added tag to build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kfprimm committed Nov 26, 2023
1 parent 488f22e commit c586e4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ set -e

IMAGE=ghcr.io/blitz3d-ng/env
PLATFORMS=${1:-"debian-10 debian-11 ubuntu-20.04 ubuntu-22.04 archlinux android nx mingw emscripten"}
VERSION=v8

echo "Building $PLATFORMS..."

for platform in $PLATFORMS
do
docker build -t $IMAGE:$platform -f Dockerfile.$platform .
docker build -t $IMAGE:$platform-$VERSION -f Dockerfile.$platform .
done

0 comments on commit c586e4f

Please sign in to comment.