Compare commits

..

3 Commits

Author SHA1 Message Date
b0a0022bca add README.md
All checks were successful
ci / docker (push) Successful in 13m39s
2025-08-29 01:39:47 -06:00
1f627239b5 remove debugging print and only publish on main branch
All checks were successful
ci / docker (push) Successful in 13m23s
2025-08-28 22:52:48 -06:00
31fd8b3606 add server URL
Some checks failed
ci / docker (push) Has been cancelled
2025-08-28 22:51:23 -06:00
2 changed files with 13 additions and 1 deletions

View File

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

8
README.md Normal file
View File

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