We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 610fc45 commit 3236805Copy full SHA for 3236805
.github/workflows/test_jni.yml
@@ -77,7 +77,7 @@ jobs:
77
- name: Push Docker image
78
if: success() && github.event_name == 'push' && github.repository == 'apache/arrow-java' && github.ref_name == 'main'
79
run: |
80
- docker push ghcr.io/apache/arrow-java-dev:amd64-vcpkg-jni
+ docker compose push vcpkg-jni
81
- name: Compress into single artifact to keep directory structure
82
run: tar -cvzf arrow-shared-libs-linux-${{ matrix.platform.arch }}.tar.gz dist/
83
- name: Upload artifacts
0 commit comments