|
54 | 54 | - { os: rhel.8, arch: x64, runs-on: ubuntu-22.04, image: oraclelinux:8 } |
55 | 55 | - { os: rhel.8, arch: arm64, runs-on: ubuntu-22.04-arm, image: oraclelinux:8 } |
56 | 56 | - { os: alpine.3.15, arch: x64, runs-on: ubuntu-22.04, image: alpine:3.15 } |
57 | | - # - { os: alpine.3.15, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.15 } |
| 57 | + - { os: alpine.3.15, arch: arm64, runs-on: ubuntu-22.04-arm, image: alpine:3.15 } |
58 | 58 | - { 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 } |
60 | 60 | - { os: android, arch: arm64, runs-on: ubuntu-22.04 } |
61 | 61 | - { os: android, arch: x64, runs-on: ubuntu-22.04 } |
62 | 62 | # Uncomment the following lines to enable additional platforms(but not necessary for OpenCVSharp): |
@@ -136,7 +136,7 @@ jobs: |
136 | 136 | script=$( |
137 | 137 | cat <<'EOS' |
138 | 138 | set -eux |
139 | | - apk add --no-cache build-base cmake nasm |
| 139 | + apk add --no-cache build-base cmake nasm linux-headers |
140 | 140 | EOS |
141 | 141 | ) |
142 | 142 | fi |
|
0 commit comments