Skip to content

Commit

Permalink
Merge pull request #34 from opencompl/nazavode/bump-docker
Browse files Browse the repository at this point in the history
Bump docker image 2.2 -> 2.3
  • Loading branch information
superlopuh authored Oct 18, 2023
2 parents c906998 + 562154c commit d7cce19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-kernels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-and-run-kernels:
runs-on: ubuntu-latest
container: ghcr.io/nazavode/snitch-toolchain:2.2
container: ghcr.io/nazavode/snitch-toolchain:2.3
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ a clone of this repo inside it at `/src`:

```shell
$ git clone https://github.com/opencompl/riscv-paper-experiments.git
$ docker run --rm -ti --volume $PWD/riscv-paper-experiments:/src ghcr.io/nazavode/snitch-toolchain:2.2 bash
$ docker run --rm -ti --volume $PWD/riscv-paper-experiments:/src ghcr.io/nazavode/snitch-toolchain:2.3 bash
```

*Note: `opencompl` members seem not to have enough rights to push packages to the organization's
Expand Down

0 comments on commit d7cce19

Please sign in to comment.