Skip to content

Commit

Permalink
Adding ARM builds to the create_cache command
Browse files Browse the repository at this point in the history
  • Loading branch information
bettinaheim authored Aug 10, 2023
1 parent 41d64ac commit 8b3d1d3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create_cache_command.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,19 @@ jobs:
needs: config
strategy:
matrix:
platform: [amd64, arm64]
toolchain: [llvm, clang16, gcc12]
fail-fast: false
uses: ./.github/workflows/dev_environment.yml
with:
platforms: linux/${{ matrix.platform }}
dockerfile: build/devdeps.Dockerfile
toolchain: ${{ matrix.toolchain }}
create_local_cache: true
registry_cache_from: ${{ needs.config.outputs.target_branch }}
pull_request_number: ${{ needs.config.outputs.pull_request_number }}
# needed only for the cloudposse GitHub action
matrix_key: ${{ matrix.toolchain }}
matrix_key: ${{ matrix.platform }}-${{ matrix.toolchain }}

wheeldeps_caches:
name: Cache wheel dependencies
Expand Down Expand Up @@ -107,4 +109,4 @@ jobs:
|| echo "Cache $key not found"
done
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ github.token }}

0 comments on commit 8b3d1d3

Please sign in to comment.