Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/workflows/branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ jobs:
jar-name: tp2intervals
jar-artifact-name: tp2intervals-jar

docker-image:
needs:
- jar
- extract_branch_name
uses: ./.github/workflows/workflow-docker-image.yml
with:
jar-name: tp2intervals
jar-artifact-name: tp2intervals-jar
image-name: tp2intervals
image-tag: ${{ needs.extract_branch_name.outputs.branch_name }}

docker-image-new:
needs:
- jar
Expand Down
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,6 @@ jobs:
jar-artifact-name: tp2intervals-jar
dry-run: false

docker-image:
needs:
- jar
uses: ./.github/workflows/workflow-docker-image.yml
secrets: inherit
with:
jar-name: tp2intervals
jar-artifact-name: tp2intervals-jar
image-name: tp2intervals
image-tag: latest
dry-run: false

docker-image-new:
needs:
- jar
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/workflow-docker-image-new.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ jobs:
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=ref,event=tag
type=ref,event=branch
type=ref,event=pr

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/workflow-docker-image.yml

This file was deleted.

8 changes: 4 additions & 4 deletions jdktool/jdks.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variant,version,os,arch,url,checksum
jre,21,mac,x64,https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jre21.0.2-macosx_x64.zip,ccf83016bf5bd261c4ab61ca8369e1297505afea1d737c6df49081e728ff3631
jre,21,mac,arm64,https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jre21.0.2-macosx_aarch64.zip,ea777b38eb629971aec8cbe29c98a8f0b4f3637813bfbd1e35031edc28a6d00a
jre,21,win,x64,https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jre21.0.2-win_x64.zip,0336647612be361db15a61489c3fcc99385cb7edfe8d75f00d92be56e6dd805f
jre,21,linux,x64,https://cdn.azul.com/zulu/bin/zulu21.32.17-ca-jre21.0.2-linux_x64.zip,a1b0f9b25effe706b5049b6c4c47bfc83871a3c9f82f62e1af8199a7c425501f
jre,21,mac,x64,https://cdn.azul.com/zulu/bin/zulu21.34.19-ca-jre21.0.3-macosx_x64.zip,607d4f8fbbca4c10f50644ffcd7ee6213d53e7b393ce466cfc96795961e9a204
jre,21,mac,arm64,https://cdn.azul.com/zulu/bin/zulu21.34.19-ca-jre21.0.3-macosx_aarch64.zip,413d1b38c4a7a20c30d272bb0c1a774c27b01876d0e2f7fe23b238b068a8456f
jre,21,win,x64,https://cdn.azul.com/zulu/bin/zulu21.34.19-ca-jre21.0.3-win_x64.zip,56c17e0f152055bfc110347b017e1efd2e1fc243e483d2e3fe371910287059f9
jre,21,linux,x64,https://cdn.azul.com/zulu/bin/zulu21.34.19-ca-jre21.0.3-linux_x64.zip,ca00198d3a33425f5a29a1dd0eaed6d86a41cffdab7d18764523ad24d3a21df8
Loading