File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111jobs :
1212 build :
13+ name : Build [JVM]
1314 runs-on : ubuntu-latest
1415
1516 steps :
2627 - name : Build
2728 run : make build
2829
29- docker :
30+ docker-jvm :
31+ name : Docker [JVM]
3032 runs-on : ubuntu-latest
3133 needs :
3234 - build
@@ -59,13 +61,14 @@ jobs:
5961 run : make build
6062
6163 - name : Build and push [edge]
62- run : docker buildx build --push -t ghcr.io/javabin/submittheforce:edge -f src/main/docker/Dockerfile.jvm --platforms linux/amd64,linux/arm64 .
64+ run : docker buildx build --push -t ghcr.io/javabin/submittheforce:edge -f src/main/docker/Dockerfile.jvm --platform linux/amd64,linux/arm64 .
6365
6466 - name : Build and push [latest]
6567 if : startsWith(github.ref, 'refs/tags/v')
66- run : docker buildx build --push -t ghcr.io/javabin/submittheforce:latest -f src/main/docker/Dockerfile.jvm --platforms linux/amd64,linux/arm64 .
68+ run : docker buildx build --push -t ghcr.io/javabin/submittheforce:latest -f src/main/docker/Dockerfile.jvm --platform linux/amd64,linux/arm64 .
6769
6870 uber-jar :
71+ name : Uber-JAR
6972 runs-on : ubuntu-latest
7073 needs :
7174 - build
You can’t perform that action at this time.
0 commit comments