Skip to content

Commit ee066da

Browse files
committed
CI: remove cache on multi_arch.yml
Signed-off-by: Pascal Andy <[email protected]>
1 parent 828d0ac commit ee066da

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/multi_arch.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
password: ${{ secrets.TOKEN_GPR }}
133133
-
134134
# The goal is the catch if multiarch builds have issue on branch edge without slowing down the dev UX.
135-
name: UAT multiarch build
135+
name: Build UAT on multiarch, no push
136136
uses: docker/build-push-action@v2
137137
with:
138138
context: .
@@ -143,15 +143,8 @@ jobs:
143143
linux/arm/v7
144144
# linux/arm/v6
145145
push: false
146+
load: true
146147
# bypass cache
147-
-
148-
# Temp fix
149-
# https://github.com/docker/build-push-action/issues/252
150-
# https://github.com/moby/buildkit/issues/1896
151-
name: Move cache
152-
run: |
153-
rm -rf /tmp/.buildx-cache-ma
154-
mv /tmp/.buildx-cache-new-ma /tmp/.buildx-cache-ma
155148

156149
# ----------------------------------------------
157150
# Tests after build

0 commit comments

Comments
 (0)