Compare commits

..

4 commits

Author SHA1 Message Date
6b8f1649d1 Update README.md
All checks were successful
ci / docker (push) Successful in 17m25s
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: on:
push: push:
branches:
main
jobs: jobs:
docker: docker:
@ -21,3 +23,5 @@ jobs:
with: with:
push: true 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.