https://github.com/shelajev/github-actions-native-image
This is an example repository showing how to use a self-hosted runner to build native image of a Spring-boot app
https://github.com/shelajev/github-actions-native-image
actions graalvm graalvm-native-image oracle-cloud spring-boot
Last synced: 2 months ago
JSON representation
This is an example repository showing how to use a self-hosted runner to build native image of a Spring-boot app
- Host: GitHub
- URL: https://github.com/shelajev/github-actions-native-image
- Owner: shelajev
- License: mit
- Created: 2021-05-26T13:55:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T07:32:22.000Z (about 5 years ago)
- Last Synced: 2025-03-17T05:17:11.262Z (over 1 year ago)
- Topics: actions, graalvm, graalvm-native-image, oracle-cloud, spring-boot
- Language: Java
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github-actions-native-image
This is an example repository showing how to use a self-hosted runner for a github repository
[](https://github.com/shelajev/github-actions-native-image/actions/workflows/maven.yml)
It is using a small Spring Boot application with [Spring native](https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/#overview).
Useful links:
* [GraalVM](https://www.graalvm.org)
* [Spring Boot](https://spring.io/projects/spring-boot)
* [Spring native](https://docs.spring.io/spring-native/docs/current/reference/htmlsingle/#overview)
* [GitHub actions](https://docs.github.com/en/actions)
* [Self-hosted runners](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners)
* [Oracle Cloud Always Free account](http://cloud.oracle.com/free)