We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d5da4 commit ec51f42Copy full SHA for ec51f42
.github/workflows/qemu-image-build.yml
@@ -122,11 +122,7 @@ jobs:
122
role-to-assume: ${{ secrets.DEV_AWS_ROLE }}
123
aws-region: "us-east-1"
124
125
- - run: docker context create builders
126
-
127
- uses: docker/setup-buildx-action@v3
128
- with:
129
- endpoint: builders
130
131
- name: Login to ECR
132
uses: docker/login-action@v2
@@ -140,8 +136,6 @@ jobs:
140
136
push: true
141
137
tags: ${{ steps.process_release_version.outputs.version }}
142
138
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
145
139
146
# - name: Upload software manifest to s3 staging
147
# run: |
0 commit comments