Skip to content

Commit

Permalink
GitHub hosted runners only have 2 cores
Browse files Browse the repository at this point in the history
  • Loading branch information
rnsc authored Aug 21, 2023
1 parent 487610d commit a12f613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
file: Dockerfile
platforms: ${{ matrix.platforms }}
build-args: -|
NUM_JOBS=8
NUM_JOBS=2
MONGO_VERSION=${{ matrix.mongo_version }}
push: true
tags: ${{ secrets.DOCKER_HUB_USER }}/mongo-wo-avx:${{ matrix.mongo_version }}
Expand Down

0 comments on commit a12f613

Please sign in to comment.