Skip to content

Commit

Permalink
Test self hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Jun 9, 2024
1 parent ed8cbf3 commit a7af6f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish_native_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
java-type: 'native'
java-distribution: 'graalvm'
java-version: '22-ea'
maven-options: ' clean verify'
docker-file: './src/main/docker/Dockerfile.build.native'
maven-options: ' -Pnative,buildreact native:compile'
docker-file: './src/main/docker/Dockerfile.native'
docker-platforms: linux/arm64
docker-tags: ${{ secrets.DOCKERHUB_USERNAME }}/${{github.event.repository.name}}:${{ github.ref_name }}-arm64native,${{ secrets.DOCKERHUB_USERNAME }}/${{github.event.repository.name}}:latest-arm64native
dockerhub-username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down

0 comments on commit a7af6f5

Please sign in to comment.