Skip to content

Commit 9599dac

Browse files
committed
test a new approach for cache
1 parent fcd3d05 commit 9599dac

File tree

3 files changed

+610
-611
lines changed

3 files changed

+610
-611
lines changed

.github/workflows/_build_base.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ permissions:
5858
jobs:
5959

6060
build-base:
61-
runs-on: [self-hosted, "${{ inputs.ARCHITECTURE }}", small]
61+
runs-on: ${{ inputs.ARCHITECTURE == 'amd64' && 'linux-amd64-cpu16' || 'linux-arm64-cpu16' }}
6262
env:
6363
BADGE_FILENAME_FULL: ${{ inputs.BADGE_FILENAME }}-${{ inputs.ARCHITECTURE }}.json
6464
outputs:
@@ -137,7 +137,7 @@ jobs:
137137
BUILD_DATE=${{ inputs.BUILD_DATE }}
138138
JAX_TOOLBOX_REF=${{ github.head_ref || github.sha }}
139139
${{ inputs.BASE_IMAGE != 'latest' && format('BASE_IMAGE={0}', inputs.BASE_IMAGE) || '' }}
140-
140+
141141
- name: Generate sitrep
142142
if: "!cancelled()"
143143
shell: bash -x -e {0}

0 commit comments

Comments
 (0)