File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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: |
You can’t perform that action at this time.
0 commit comments