Skip to content

Commit

Permalink
fix: pipeline fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
beneiltis committed Sep 4, 2024
1 parent 60942da commit 07359ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
prepare:
runs-on: [self-hosted, ubuntu-2204-arm64]
runs-on: [self-hosted, github-runner-ubuntu2004-8gb-4core-arm]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
prepare:
runs-on: [self-hosted, ubuntu-2204-arm64]
runs-on: [self-hosted, github-runner-ubuntu2004-8gb-4core-arm]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -199,4 +199,4 @@ jobs:
docker manifest create ${{ env.IMAGE_NAME }}:latest \
--amend ${{ env.IMAGE_NAME }}:$VERSION-amd64 \
--amend ${{ env.IMAGE_NAME }}:$VERSION-arm64-linux
docker manifest push ${{ env.IMAGE_NAME }}:latest
docker manifest push ${{ env.IMAGE_NAME }}:latest

0 comments on commit 07359ea

Please sign in to comment.