Skip to content

Commit

Permalink
Add integration tests for arm64
Browse files Browse the repository at this point in the history
Signed-off-by: Dharmit Shah <[email protected]>
  • Loading branch information
dharmit committed Aug 8, 2024
1 parent 3309b27 commit aa8d189
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
matrix:
os : [
ubuntu-latest
# org-rancher-arm64-containers
# org-rancher--arm64-containers
]
name : CI
runs-on : ${{ matrix.os }}
Expand Down Expand Up @@ -60,9 +60,8 @@ jobs:
runs-on : ${{ matrix.os }}
strategy:
matrix:
os : [
ubuntu-latest
# org-rancher-arm64-containers,
os : [
org--rancher--arm64-containers
]
K3S_VERSION : ${{ fromJSON(needs.build.outputs.k3sversions) }}
steps:
Expand Down

0 comments on commit aa8d189

Please sign in to comment.