Skip to content

Commit

Permalink
Only build the ARM to check stuff...
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Kalmbach <[email protected]>
  • Loading branch information
joka921 committed Nov 5, 2024
1 parent 34ee9a1 commit e83b006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: echo "pr_num=$(git log --format=%s -n 1 | sed -nr 's/.*\(\#([0-9]+)\)/\1/p')" >> $GITHUB_OUTPUT
- name: Build X-86-64
uses: docker/build-push-action@v6
if: false
with:
context: .
# Docker multiplatform images require an entry in their manifests. If this
Expand All @@ -56,6 +57,7 @@ jobs:
tags: adfreiburg/qlever:test

- name: E2E in Docker
if: false
run: |
sudo mkdir ${{github.workspace}}/e2e_data
sudo chmod a+rwx ${{github.workspace}}/e2e_data
Expand Down

0 comments on commit e83b006

Please sign in to comment.