Compare commits

...

4 commits

Author SHA1 Message Date
6b8f1649d1 Update README.md
Some checks are pending
ci / docker (push) Waiting to run
2025-09-03 11:39:42 -06:00
b0a0022bca add README.md 2025-08-29 01:39:47 -06:00
1f627239b5 remove debugging print and only publish on main branch 2025-08-28 22:52:48 -06:00
31fd8b3606 add server URL 2025-08-28 22:51:23 -06:00
2 changed files with 16 additions and 1 deletions

View file

@ -2,6 +2,8 @@ name: ci
on:
push:
branches:
main
jobs:
docker:
@ -20,4 +22,6 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: brendanhaines/iverilog:latest
tags: brendanhaines/iverilog:latest
build-args:
ANNOTATION_DESCRIPTION="${{ github.server_url }}/${{ github.repository }}"

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# Icarus Verilog Docker Container
## Usage
Released on docker hub: https://hub.docker.com/r/brendanhaines/iverilog
`docker pull brendanhaines/iverilog:latest`
`iverilog` is on `PATH`
This image is based on `ubuntu` and therefore is huge.