Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jac18281828/solc
multiplatform Solidity solc docker build
https://github.com/jac18281828/solc
Last synced: about 1 month ago
JSON representation
multiplatform Solidity solc docker build
- Host: GitHub
- URL: https://github.com/jac18281828/solc
- Owner: jac18281828
- Created: 2022-11-20T20:40:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T20:29:29.000Z (4 months ago)
- Last Synced: 2024-10-15T19:13:58.041Z (3 months ago)
- Language: Dockerfile
- Size: 57.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# SOLC Docker image
![SOLC](solc.png)
### Building
Build requires BuildKit TARGETARCH
`$ DOCKER_BUILDKIT=1 docker build . -t ... `
### Architecture
* linux/amd64
* linux/arm64## Example Dockerfile
```
FROM ghcr.io/jac18281828/solc:latest```