Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
REVERT: Use custom docker container
Browse files Browse the repository at this point in the history
fischeti committed Aug 6, 2024
1 parent 4f17cbe commit 5cfdd2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:
name: Build documentation
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:main
image: ghcr.io/pulp-platform/snitch_cluster:improve-perf-cnt
steps:
- uses: actions/checkout@v2
- name: Build docs
@@ -29,7 +29,7 @@ jobs:
name: Simulate SW on Snitch Cluster w/ Verilator
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:main
image: ghcr.io/pulp-platform/snitch_cluster:improve-perf-cnt
steps:
- uses: actions/checkout@v2
with:
@@ -61,7 +61,7 @@ jobs:
name: Simulate SW on Snitch Cluster w/ Banshee
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:main
image: ghcr.io/pulp-platform/snitch_cluster:improve-perf-cnt
steps:
- uses: actions/checkout@v2
with:

0 comments on commit 5cfdd2f

Please sign in to comment.