Skip to content

Commit

Permalink
Change the self-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
unkcpz committed Sep 8, 2023
1 parent 6cfb093 commit 783911b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,38 +103,38 @@ jobs:
with:
image: base
architecture: arm64
runsOn: buildjet-2vcpu-ubuntu-2204-arm
runsOn: jyu

arm64-lab:
uses: ./.github/workflows/docker-build-test-upload.yml
with:
image: lab
architecture: arm64
runsOn: buildjet-2vcpu-ubuntu-2204-arm
runsOn: self-hosted-apple-silicon
needs: [arm64-base]

arm64-base-with-services:
uses: ./.github/workflows/docker-build-test-upload.yml
with:
image: base-with-services
architecture: arm64
runsOn: buildjet-2vcpu-ubuntu-2204-arm
runsOn: self-hosted-apple-silicon
needs: [arm64-base]

arm64-full-stack:
uses: ./.github/workflows/docker-build-test-upload.yml
with:
image: full-stack
architecture: arm64
runsOn: buildjet-2vcpu-ubuntu-2204-arm
runsOn: self-hosted-apple-silicon
needs: [arm64-base-with-services, arm64-lab]

arm64-qe:
uses: ./.github/workflows/docker-build-test-upload.yml
with:
image: qe
architecture: arm64
runsOn: buildjet-2vcpu-ubuntu-2204-arm
runsOn: self-hosted-apple-silicon
needs: [arm64-full-stack]

amd64-push-ghcr:
Expand Down

0 comments on commit 783911b

Please sign in to comment.