Skip to content

Commit

Permalink
Updating self host single image build
Browse files Browse the repository at this point in the history
  • Loading branch information
mike12345567 committed Aug 8, 2023
1 parent 4dca694 commit 5ad9911
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-singleimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
REGISTRY_URL: registry.hub.docker.com
jobs:
build-amd64-arm64:
name: "build-amd64"
runs-on: ubuntu-latest
name: "build-amd64-arm64"
runs-on: [self-hosted, dev]
strategy:
matrix:
node-version: [14.x]
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:

build-aas:
name: "build-aas"
runs-on: ubuntu-latest
runs-on: [self-hosted, dev]
strategy:
matrix:
node-version: [14.x]
Expand Down

0 comments on commit 5ad9911

Please sign in to comment.