Skip to content

Instantly share code, notes, and snippets.

@lool
Last active July 19, 2016 13:20
Show Gist options
  • Save lool/fd46647fdbb0a5d32d5b7edac5090b4a to your computer and use it in GitHub Desktop.
Save lool/fd46647fdbb0a5d32d5b7edac5090b4a to your computer and use it in GitHub Desktop.
parts:
zulu-8-arm:
plugin: copy
source: https://zulu/.../zulu-8-arm.tar.gz
files:
"*": "opt/zulu/"
snap:
- opt/zulu/jre
build-environment:
- PATH: "opt/zulu/bin:$PATH"
- JAVA_HOME: "opt/zulu"
environment:
- PATH: "opt/zulu/jre/bin:$PATH"
- JAVA_HOME: "opt/zulu/jre"
myapp:
plugin: maven
after: [zulu-8-arm]
apps:
myapp:
command: java myapp.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment