Skip to content

Commit

Permalink
Use amd64 default
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Nov 23, 2024
1 parent 9126e40 commit 65f63cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM azul/zulu-openjdk:11-jre-headless as installer

ARG AEMC_VERSION=2.0.1
ARG TARGETOS=linux
ARG TARGETARCH=arm64
ARG TARGETARCH=amd64

RUN apt-get update &&\
apt-get install -y --no-install-recommends curl
Expand Down

0 comments on commit 65f63cd

Please sign in to comment.