Skip to content

Commit 92e353b

Browse files
committed
also try drop arm64
1 parent 51c3af7 commit 92e353b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/opencv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ jobs:
5353
- { os: centos.7, arch: arm64, runs-on: ubuntu-22.04-arm, image: oraclelinux:7 }
5454
- { os: rhel.8, arch: x64, runs-on: ubuntu-22.04, image: oraclelinux:8 }
5555
- { os: rhel.8, arch: arm64, runs-on: ubuntu-22.04-arm, image: oraclelinux:8 }
56-
# - { os: alpine.3.15, arch: x64, runs-on: ubuntu-22.04, image: alpine:3.15 }
56+
- { os: alpine.3.15, arch: x64, runs-on: ubuntu-22.04, image: alpine:3.15 }
5757
# - { os: alpine.3.15, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.15 }
5858
- { os: alpine.3.19, arch: x64, runs-on: ubuntu-22.04, image: alpine:3.19 }
59-
- { os: alpine.3.19, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.19 }
59+
# - { os: alpine.3.19, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.19 }
6060
- { os: android, arch: arm64, runs-on: ubuntu-22.04 }
6161
- { os: android, arch: x64, runs-on: ubuntu-22.04 }
6262
# Uncomment the following lines to enable additional platforms(but not necessary for OpenCVSharp):

0 commit comments

Comments
 (0)