diff --git a/.github/workflows/cpython.yml b/.github/workflows/cpython.yml index b012b211cca..94a400cc737 100644 --- a/.github/workflows/cpython.yml +++ b/.github/workflows/cpython.yml @@ -51,7 +51,6 @@ jobs: - uses: bytedeco/javacpp-presets/.github/actions/deploy-windows@actions redeploy: needs: [linux-arm64, linux-x86_64, macosx-x86_64, windows-x86_64] -# needs: [linux-x86_64, macosx-x86_64, windows-x86_64] # needs: [linux-armhf, linux-arm64, linux-ppc64le, linux-x86, linux-x86_64, macosx-x86_64, windows-x86, windows-x86_64] runs-on: ubuntu-20.04 steps: diff --git a/.github/workflows/numpy.yml b/.github/workflows/numpy.yml index 2114b4ec72b..2a9e5b9989e 100644 --- a/.github/workflows/numpy.yml +++ b/.github/workflows/numpy.yml @@ -52,7 +52,6 @@ jobs: - uses: bytedeco/javacpp-presets/.github/actions/deploy-windows@actions redeploy: needs: [linux-arm64, linux-x86_64, macosx-x86_64, windows-x86_64] -# needs: [linux-x86_64, macosx-x86_64, windows-x86_64] # needs: [linux-armhf, linux-arm64, linux-ppc64le, linux-x86, linux-x86_64, macosx-x86_64, windows-x86, windows-x86_64] runs-on: ubuntu-20.04 steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5725807718e..141840253ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ + * Reenable `linux-arm64` builds for CPython and NumPy ([pull #1386](https://github.com/bytedeco/javacpp-presets/pull/1386) * Enable Vulkan GPU acceleration for FFmpeg ([pull #1460](https://github.com/bytedeco/javacpp-presets/pull/1460)) * Include `timeapi.h` for system API of Windows ([pull #1447](https://github.com/bytedeco/javacpp-presets/pull/1447)) * Add Android and Windows builds to presets for DepthAI ([pull #1441](https://github.com/bytedeco/javacpp-presets/pull/1441))