Skip to content

Commit

Permalink
ww
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien <[email protected]>
  • Loading branch information
XciD committed Jul 16, 2024
1 parent 4374ec7 commit aeef694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
group: ${{ github.workflow }}-${{ github.job }}-${{matrix.name}}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
runs-on:
group: intel-32-cpu-256-ram-runners
group: cpu-32
permissions:
contents: write
packages: write
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
with:
context: .
file: ${{ matrix.dockerfile }}
push: true
push: ${{ github.event_name != 'pull_request' }}
platforms: 'linux/amd64'
build-args: |
SCCACHE_GHA_ENABLED=${{ matrix.sccache }}
Expand Down

0 comments on commit aeef694

Please sign in to comment.