Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trashhalo/docker-zig

docker image with zig and gyro for aarch64
https://github.com/trashhalo/docker-zig

docker zig

Last synced: 8 days ago
JSON representation

docker image with zig and gyro for aarch64

Awesome Lists containing this project

README

        

# Docker Zig

Docker file with zig 0.9 and gyro 0.4.0. aarch64 architecture. Created to work around gyro not having a working build for m1 mac os x. https://github.com/mattnite/gyro/issues/148

## Usage

```
# cd into cloned docker-zig
docker build -t zig:latest .
# cd into your gyro based zig project
docker run --mount type=bind,source="$(pwd)",target=/app zig:latest gyro build test
```