Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```