Skip to content

Commit

Permalink
Switch to Ubuntu Noble and add RISC-V64
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Nov 21, 2024
1 parent 1a86648 commit a64db94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
if: inputs.do_upload
uses: docker/build-push-action@v6
with:
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x,linux/riscv64
push: true
build-args: |
BUILD_DATE=${{ steps.get_latest_release_metadata.outputs.build_date }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:21.0.5_11-jre-jammy
FROM eclipse-temurin:21.0.5_11-jre-noble

ARG BUILD_DATE
ARG TACHIDESK_RELEASE_TAG
Expand Down

0 comments on commit a64db94

Please sign in to comment.