Skip to content

Commit

Permalink
Running arm platform fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nagstler committed Apr 28, 2024
1 parent ee926bf commit e8cb3c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ui-docker-build-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
build_and_push:
runs-on: macos-latest
runs-on: [self-hosted, Linux, ARM64]

steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ui-docker-hub-push-tags-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
docker-hub-push-on-merge:
runs-on: macos-latest
runs-on: [self-hosted, Linux, ARM64]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit e8cb3c8

Please sign in to comment.