Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit fafee30

Browse files
authored
Merge pull request #5 from java-operator-sdk/native-image
init release pipeline
2 parents 1172d76 + a81b03c commit fafee30

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/release.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Release Jops
2+
on:
3+
push:
4+
branches:
5+
- master
6+
7+
jobs:
8+
release-linux:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: ayltai/setup-graalvm@v1
12+
with:
13+
java-version: 11
14+
graalvm-version: 20.3.0
15+
native-image: true
16+
- run: java -version

0 commit comments

Comments
 (0)