Skip to content

Commit

Permalink
Merge pull request #3 from kilnfi/enh-speedup-docker-build
Browse files Browse the repository at this point in the history
enh: speed up docker build with 16 cores
  • Loading branch information
TPXP authored Sep 27, 2023
2 parents f11006a + 749fb94 commit 383e32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
"${UPLOAD_URL}?name=$(basename ${FILE})" | cat
build-docker:
runs-on: ubuntu-22.04
runs-on: ubuntu-22.04-16-cores
needs: output-release
steps:

Expand Down

0 comments on commit 383e32d

Please sign in to comment.