Skip to content

Commit 2da31d9

Browse files
committed
ci: Re-enable ARM64 builds again
1 parent 486738e commit 2da31d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
build:
3535
name: Build Images
3636
runs-on: [ cw ]
37-
container: 'ghcr.io/coreweave/github-actions-images/github-base-runner:v1.6.0'
37+
container: 'ghcr.io/coreweave/github-actions-images/github-base-runner:v1.9.0'
3838
defaults:
3939
run:
4040
shell: bash
@@ -109,7 +109,7 @@ jobs:
109109
labels: ${{ steps.meta.outputs.labels }}
110110
cache-from: type=registry,ref=${{ env.REGISTRY }}/buildcache:${{ env.CACHE_KEY || inputs.image-name }}
111111
cache-to: type=registry,ref=${{ env.REGISTRY }}/buildcache:${{ env.CACHE_KEY || inputs.image-name }},mode=max
112-
platforms: linux/amd64
112+
platforms: linux/amd64,linux/arm64
113113
- name: Clear registry credentials
114114
if: always()
115115
run: |

0 commit comments

Comments
 (0)