From 9b307f2f2b910cd13e93ff0eb4996f6004c3d5b8 Mon Sep 17 00:00:00 2001 From: Lucas Bollen Date: Wed, 8 Jan 2025 13:13:27 +0100 Subject: [PATCH] Bump docker image New image contains `openocd-riscv` --- .github/workflows/ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8790f82f5..4831c43c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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] @@ -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] @@ -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] @@ -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: @@ -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: @@ -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: @@ -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: @@ -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 @@ -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