Skip to content

Commit e8d5da4

Browse files
committed
.
1 parent 75b76b7 commit e8d5da4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/qemu-image-build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ jobs:
9797
export PACKER_LOG=1
9898
packer build -var "git_sha=$(UPSTREAM_NIX_GIT_SHA)" -var-file="common-nix.vars.pkr.hcl" qemu-arm64-nix.pkr.hcl
9999
100+
- name: Install dependencies
101+
run: |
102+
ls -lh output-cloudimg/
103+
100104
- name: Grab release version
101105
id: process_release_version
102106
run: |
@@ -136,8 +140,8 @@ jobs:
136140
push: true
137141
tags: ${{ steps.process_release_version.outputs.version }}
138142
platforms: linux/arm64
139-
cache-from: type=gha,scope=${{ github.ref_name }}-qemu-${{ matrix.arch }}
140-
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-qemu-${{ matrix.arch }}
143+
cache-from: type=gha,scope=${{ github.ref_name }}-qemu
144+
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-qemu
141145

142146
# - name: Upload software manifest to s3 staging
143147
# run: |

0 commit comments

Comments
 (0)