Skip to content

Commit 5a8e419

Browse files
committed
Arm v 7 entfernt
1 parent 661f00d commit 5a8e419

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_java_docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
uses: docker/setup-qemu-action@v2
6666
with:
6767
image: tonistiigi/binfmt:latest
68-
platforms: linux/amd64,linux/arm64,linux/arm/v7
68+
platforms: linux/amd64,linux/arm64
6969
-
7070
name: Inspect builder
7171
run: |
@@ -90,7 +90,7 @@ jobs:
9090
with:
9191
context: ./
9292
file: ./Dockerfile
93-
platforms: linux/amd64,linux/arm64,linux/arm/v7
93+
platforms: linux/amd64,linux/arm64
9494
push: true
9595
tags: amgamen/chatbot:${{ env.GIT_BRANCH_NAME }}
9696

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:21-jammy
1+
FROM eclipse-temurin:21-noble
22
LABEL maintainer="AMDev"
33

44
RUN groupadd --system -g 1001 telegrambot && adduser --uid 1001 --gid 1001 --disabled-password --shell /bin/false telegrambot

0 commit comments

Comments
 (0)