Skip to content

Commit

Permalink
disable matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Nov 14, 2024
1 parent 2b6aaa8 commit a8c958a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
strategy:
matrix:
args:
[ 'linux/amd64' ]
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -68,7 +64,7 @@ jobs:
tags: ${{ steps.dockerMetadata.outputs.tags }}
cache-from: type=gha,ref=builder-image-cache-${{ hashFiles('conanfile.py', 'Dockerfile') }}
cache-to: type=gha,mode=min,ref=builder-image-cache-${{ hashFiles('conanfile.py', 'Dockerfile') }}
platforms: ${{ matrix.args }}
platforms: 'linux/amd64'

- name: Retag and push existing image if cache hit
if: env.CACHE_HIT == 'true'
Expand Down

0 comments on commit a8c958a

Please sign in to comment.