Skip to content

Commit 2625aba

Browse files
committed
fix(ci): remove linux/riscv64 from Rocky Linux build platforms
1 parent 8bc7097 commit 2625aba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- variant: rocky
9393
version: "10.2.0"
9494
context: docker/rocky
95-
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/riscv64,linux/s390x
95+
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
9696
is_latest: false
9797
package_manager: dnf
9898
concurrency:
@@ -445,7 +445,7 @@ jobs:
445445
expected_count=7
446446
;;
447447
rocky)
448-
expected_count=5
448+
expected_count=4
449449
;;
450450
*)
451451
expected_count=7
@@ -758,7 +758,7 @@ jobs:
758758
expected_count=7
759759
;;
760760
rocky)
761-
expected_count=5
761+
expected_count=4
762762
;;
763763
*)
764764
expected_count=7
@@ -785,7 +785,7 @@ jobs:
785785
echo "- **Platforms:** 7 architectures"
786786
;;
787787
rocky)
788-
echo "- **Platforms:** 5 architectures"
788+
echo "- **Platforms:** 4 architectures"
789789
;;
790790
*)
791791
echo "- **Platforms:** 7 architectures"

0 commit comments

Comments
 (0)