We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d6a85d commit 6a48c1fCopy full SHA for 6a48c1f
1 file changed
.github/workflows/integration-tests.yml
@@ -30,6 +30,7 @@ jobs:
30
- rhel
31
- rhel-arm64
32
- rhcos
33
+ - rhcos-arm64
34
35
steps:
36
- uses: actions/checkout@v4
@@ -91,6 +92,10 @@ jobs:
91
92
- rhcos-414-92-202407091253-0-gcp-x86-64
93
# BPF trampolines are only implemented starting with RHEL 10
94
- rhel-9-arm64
95
+ - rhcos-9-8-20260520-0-gcp-aarch64
96
+ - rhcos-9-6-20260512-0-gcp-aarch64
97
+ - rhcos-418-94-202602022246-0-gcp-aarch64
98
+ - rhcos-416-94-202510081640-0-gcp-aarch64
99
EOF
100
101
- name: Create Test VMs
0 commit comments