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 40c4f16 commit 62cc110Copy full SHA for 62cc110
.github/workflows/drivers-tests.yml
@@ -164,6 +164,11 @@ jobs:
164
with:
165
name: backend-native
166
path: packages/cubejs-backend-native
167
+ # current .dockerignore prevents use of native build
168
+ - name: Unignore native from .dockerignore
169
+ run: |
170
+ grep -v -E "packages/cubejs-backend-native/((native)|(index.node))" .dockerignore > .dockerignore.tmp
171
+ mv .dockerignore.tmp .dockerignore
172
- name: Build and push
173
uses: docker/build-push-action@v6
174
0 commit comments