Skip to content

Commit

Permalink
ci(grpc-cache): also arm64 (#2423)
Browse files Browse the repository at this point in the history
grpc-cache: also arm64

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
  • Loading branch information
mudler authored May 27, 2024
1 parent eaf653f commit be8ffbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_grpc_cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
include:
- grpc-base-image: ubuntu:22.04
runs-on: 'ubuntu-latest'
platforms: 'linux/amd64'
platforms: 'linux/amd64,linux/arm64'
runs-on: ${{matrix.runs-on}}
steps:
- name: Release space from worker
Expand Down

0 comments on commit be8ffbd

Please sign in to comment.