Skip to content

Commit

Permalink
correct arch
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <[email protected]>
  • Loading branch information
dereknola committed Jun 6, 2024
1 parent 8308049 commit 6595c3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Unit Tests On Self-Hosted Runner
if: github.repository == 'rancher/rke2'
container: ubuntu:22.04
runs-on: org-${{ github.repository_owner_id }}-{{ arch }}-k8s
runs-on: org-${{ github.repository_owner_id }}-amd64-k8s
timeout-minutes: 20
steps:
- name: Checkout
Expand All @@ -50,7 +50,7 @@ jobs:
verbose: true # optional (default = false)
test-public:
# For forks, run unit tests on public runners
name: Unit Tests On Public Runners
name: Unit Tests On Public Runner
if: github.repository != 'rancher/rke2'
runs-on: ubuntu-latest
timeout-minutes: 20
Expand Down

0 comments on commit 6595c3a

Please sign in to comment.