Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Temporal fix: Quarkus native mode throws a weird error of constructor
Browse files Browse the repository at this point in the history
not found
  • Loading branch information
Delawen committed Jul 23, 2022
1 parent be92a08 commit a1efc17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
uses: docker/build-push-action@v2
with:
context: "api"
file: './api/src/main/docker/Dockerfile.native'
platforms: linux/amd64,linux/arm64
file: './api/src/main/docker/Dockerfile.jvm'
platforms: linux/amd64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down

0 comments on commit a1efc17

Please sign in to comment.