Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Nola <derek.nola@suse.com>
  • Loading branch information
dereknola committed Aug 14, 2024
1 parent 59e3fc5 commit 998ccce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-k3s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ permissions:
jobs:
build:
name: Build
runs-on: inputs.arch # defaults to ubuntu-latest, for arm64 use oracle-aarch64-4cpu-16gb
runs-on: ${{ inputs.arch }} # defaults to ubuntu-latest, for arm64 use oracle-aarch64-4cpu-16gb
timeout-minutes: 20
steps:
- name: Checkout K3s
Expand Down

0 comments on commit 998ccce

Please sign in to comment.