Skip to content

Commit

Permalink
Test debug remove alpine 21
Browse files Browse the repository at this point in the history
  • Loading branch information
antlafarge committed Jul 17, 2024
1 parent 96d22c2 commit 585b110
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dockerhub-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
file: ubuntu.Dockerfile
openjdk: openjdk-17-jre-headless
platforms: linux/amd64,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
- name: alpine-openjdk21
file: alpine.Dockerfile
openjdk: openjdk21-jre-headless --repository=https://dl-cdn.alpinelinux.org/alpine/v$(cut -d. -f1,2 /etc/alpine-release)/community/
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x
# - name: alpine-openjdk21
# file: alpine.Dockerfile
# openjdk: openjdk21-jre-headless --repository=https://dl-cdn.alpinelinux.org/alpine/v$(cut -d. -f1,2 /etc/alpine-release)/community/
# platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/riscv64,linux/s390x
- name: ubuntu-openjdk21
file: ubuntu.Dockerfile
openjdk: openjdk-21-jre-headless
Expand Down

0 comments on commit 585b110

Please sign in to comment.