Skip to content

Commit

Permalink
add multi-arch support for doom image
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Feb 8, 2022
1 parent 5e02227 commit 7ed3729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/game/image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ COPY --from=0 /binary /binary
WORKDIR /site
ENTRYPOINT ["/binary/darkhttpd", "/site", "--port", "8000"]

# docker build -t registry.dso.mil/platform-one/big-bang/apps/product-tools/zarf/game:doom --build-arg GAME_URL=https://archive.org/download/DoomsharewareEpisode/doom.ZIP --build-arg GAME_ARGS=\"DOOM.EXE\" .
# docker buildx build --push --platform linux/arm/v7,linux/arm64/v8,linux/amd64 --tag defenseunicorns/zarf-game:doom --build-arg GAME_URL=https://archive.org/download/DoomsharewareEpisode/doom.ZIP --build-arg GAME_ARGS=\"DOOM.EXE\" .

0 comments on commit 7ed3729

Please sign in to comment.