Skip to content

Commit

Permalink
Bump docker image
Browse files Browse the repository at this point in the history
New image contains `openocd-riscv`
  • Loading branch information
lmbollen committed Feb 19, 2025
1 parent e8cf85d commit 9b307f2
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
shell: git-nix-shell {0} --option connect-timeout 360

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g

steps:
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g

steps:
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
]

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g

steps:
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
needs: [build]

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g

steps:
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
needs: [build]

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g

steps:
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g
needs: [build]

Expand All @@ -322,7 +322,7 @@ jobs:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g
needs: [build]

Expand Down Expand Up @@ -350,7 +350,7 @@ jobs:
run:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_SHA" --keep "S3_PASSWORD"
container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g
needs: [build]

Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:
needs: [build]

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g

steps:
Expand All @@ -410,7 +410,7 @@ jobs:
needs: [build]

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g

steps:
Expand All @@ -436,7 +436,7 @@ jobs:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_OUTPUT"

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g

steps:
Expand Down Expand Up @@ -469,7 +469,7 @@ jobs:
shell: git-nix-shell {0} --option connect-timeout 360 --pure --keep "GITHUB_OUTPUT"

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
options: --memory=11g

steps:
Expand Down Expand Up @@ -536,7 +536,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
volumes:
- /opt/tools:/opt/tools
options: --init --mac-address="6c:5a:b0:6c:13:0b" --memory=11g
Expand Down Expand Up @@ -610,7 +610,7 @@ jobs:
fail-fast: false

container:
image: ghcr.io/clash-lang/nixos-bittide-hardware:2024-11-20
image: ghcr.io/clash-lang/nixos-bittide-hardware:2025-01-09
volumes:
- /opt/tools:/opt/tools
- /dev:/dev
Expand Down

0 comments on commit 9b307f2

Please sign in to comment.