Skip to content

Commit

Permalink
fast build
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewazores committed Jul 27, 2024
1 parent e302645 commit c0e97e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ jobs:
-Dquarkus.docker.executable-name=docker \
-Dquarkus.docker.buildx.platform=linux/${{ matrix.arch }} \
-Dbuild.arch=${{ matrix.arch }} \
clean verify
-Dmaven.test.skip \
-Dquarkus.quinoa=false \
clean package
- run: podman inspect ${{ env.CI_IMG }}:linux-${{ matrix.arch }}
- name: Copy docker image to podman
run: podman pull docker-daemon:${{ env.CI_IMG }}:linux-${{ matrix.arch }}
Expand Down

0 comments on commit c0e97e3

Please sign in to comment.