8000 GitHub - kassane/docker-zig: Minimal Container to use Zig toolchain
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kassane/docker-zig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 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
## 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 2

  •  
  •  
0