From 3bcc15e9d84bbbfb58a70e39f5bb984ee8da4c28 Mon Sep 17 00:00:00 2001 From: spanner3003 Date: Sat, 13 Jul 2024 18:15:26 +0100 Subject: [PATCH] Update .github/workflows/ci.yml typo h8l not arm64 Co-authored-by: Nicolas Mowen --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf9bdf3fa..e197df27a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,8 +86,8 @@ jobs: files: docker/hailo8l/h8l.hcl set: | h8l.tags=${{ steps.setup.outputs.image-name }}-h8l - *.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64 - *.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-arm64,mode=max + *.cache-from=type=registry,ref=${{ steps.setup.outputs.cache-name }}-h8l + *.cache-to=type=registry,ref=${{ steps.setup.outputs.cache-name }}-h8l,mode=max jetson_jp4_build: runs-on: ubuntu-latest name: Jetson Jetpack 4