Skip to content

Commit

Permalink
[v9] Added DEVKITPRO ENV to Dockerfile.nx
Browse files Browse the repository at this point in the history
  • Loading branch information
kfprimm committed Nov 28, 2023
1 parent c586e4f commit d77cf21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile.nx
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
FROM devkitpro/devkita64:20231108 AS devkitpro

FROM ghcr.io/blitz3d-ng/env:debian-11 AS build
ENV DEVKITPRO /opt/devkitpro

COPY --from=devkitpro /opt/devkitpro /opt/devkitpro
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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
VERSION=v9

echo "Building $PLATFORMS..."

Expand Down

0 comments on commit d77cf21

Please sign in to comment.