Skip to content

Commit

Permalink
docker runners update
Browse files Browse the repository at this point in the history
  • Loading branch information
phnzb committed Dec 5, 2024
1 parent 905b2dc commit 0c0ca07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- platform: linux/amd64
runner: ubuntu-24.04
- platform: linux/arm/v7
runner: nzbget-arm64
runner: ubuntu-24.04
- platform: linux/arm64
runner: nzbget-arm64
runner: ubuntu-24.04
runs-on: ${{ matrix.runner }}
steps:

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
outputs: "type=image,oci-mediatypes=false,name=${{ env.REGISTRY_IMAGE }},push-by-digest=true,name-canonical=true,push=true"
build-args: |
"NZBGET_RELEASE=${{ github.ref_name }}"
"MAKE_JOBS=8"
"MAKE_JOBS=4"
- name: Export digest
run: |
Expand Down

0 comments on commit 0c0ca07

Please sign in to comment.