Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trashhalo/docker-zig
- Owner: trashhalo
- Created: 2021-12-23T22:50:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-23T22:51:59.000Z (about 3 years ago)
- Last Synced: 2024-10-11T15:14:55.356Z (4 months ago)
- Topics: docker, zig
- Language: Dockerfile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```