We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486738e commit 2da31d9Copy full SHA for 2da31d9
.github/workflows/build.yml
@@ -34,7 +34,7 @@ jobs:
34
build:
35
name: Build Images
36
runs-on: [ cw ]
37
- container: 'ghcr.io/coreweave/github-actions-images/github-base-runner:v1.6.0'
+ container: 'ghcr.io/coreweave/github-actions-images/github-base-runner:v1.9.0'
38
defaults:
39
run:
40
shell: bash
@@ -109,7 +109,7 @@ jobs:
109
labels: ${{ steps.meta.outputs.labels }}
110
cache-from: type=registry,ref=${{ env.REGISTRY }}/buildcache:${{ env.CACHE_KEY || inputs.image-name }}
111
cache-to: type=registry,ref=${{ env.REGISTRY }}/buildcache:${{ env.CACHE_KEY || inputs.image-name }},mode=max
112
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64
113
- name: Clear registry credentials
114
if: always()
115
run: |
0 commit comments