Skip to content

isabella232/docker-zig

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

docker-zig

This docker image is solely for the purpose of creating the image that runs for Zig's Drone CI script.

Zig makes Docker irrelevant. You probably do not need a Docker image to build your Zig application, and you definitely do not need this one.

Usage

First, decide whether to bump the base alpine image version. Next:

docker build -t ziglang/static-base:llvm13-$(uname -m)-1 . --build-arg ZIGVER=0.9.0-dev.1243+456d7e5f5
docker push ziglang/static-base:llvm13-$(uname -m)-1

About

Dockerfile for zig programming language

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%