Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

kassane/docker-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

51 Commits

Repository files navigation

Docker-Zig

DockerHub: https://hub.docker.com/u/kassany

Minimal Container to use Zig toolchain. Downloaded by zigup (Thx @marler8997)

Tags = version

  • latest: master
  • 0.11.0: 0.11.0
  • 0.12.0: 0.12.0
  • 0.13.0: 0.13.0
  • 0.14.0: 0.14.0
  • 0.15.1: 0.15.1
  • 0.16.0: 0.16.0
## busybox (x86_64)
docker run --rm -v $(pwd):/app -w /app kassany/ziglang:{tagname}
## debian (x86_64|ARM64|ARM32v7|PPC64LE)
docker run --rm -it -v $(pwd):/app -w /app kassany/bookworm-ziglang:{tagname} bash
## alpine 3.18 (x86_64|ARM64|ARM32v7|PPC64LE|RISCV64)
docker run --rm -it -v $(pwd):/app -w /app kassany/alpine-ziglang:{tagname} ash

About

Minimal Container to use Zig toolchain

Topics

Resources

License

Stars

Watchers

Forks

Contributors

AltStyle によって変換されたページ (->オリジナル) /