Skip to content

Commit ec51f42

Browse files
committed
simplify
1 parent e8d5da4 commit ec51f42

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,7 @@ jobs:
122122
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
123123
aws-region: "us-east-1"
124124

125-
- run: docker context create builders
126-
127125
- uses: docker/setup-buildx-action@v3
128-
with:
129-
endpoint: builders
130126

131127
- name: Login to ECR
132128
uses: docker/login-action@v2
@@ -140,8 +136,6 @@ jobs:
140136
push: true
141137
tags: ${{ steps.process_release_version.outputs.version }}
142138
platforms: linux/arm64
143-
cache-from: type=gha,scope=${{ github.ref_name }}-qemu
144-
cache-to: type=gha,mode=max,scope=${{ github.ref_name }}-qemu
145139

146140
# - name: Upload software manifest to s3 staging
147141
# run: |

0 commit comments

Comments
 (0)