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 e69bbf9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
strategy:
matrix:
os : [
ubuntu-latest
# org-rancher-arm64-containers
ubuntu-latest,
org--rancher--arm64-containers
]
name : CI
runs-on : ${{ matrix.os }}
Expand Down Expand Up @@ -60,9 +60,9 @@ jobs:
runs-on : ${{ matrix.os }}
strategy:
matrix:
os : [
ubuntu-latest
# org-rancher-arm64-containers,
os : [
ubuntu-latest,
org--rancher--arm64-containers
]
K3S_VERSION : ${{ fromJSON(needs.build.outputs.k3sversions) }}
steps:
Expand Down

0 comments on commit e69bbf9

Please sign in to comment.