Skip to content

Commit

Permalink
デフォルトのTARGETARCHをarm64にする
Browse files Browse the repository at this point in the history
Signed-off-by: drumato <[email protected]>
  • Loading branch information
Drumato committed Apr 26, 2024
1 parent 6874a86 commit 1ba46fc
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 @@ -5,7 +5,7 @@ ARG OYAKI_VERSION
WORKDIR /go/src/oyaki
COPY . /go/src/oyaki

ARG TARGETARCH
ARG TARGETARCH="arm64"
ENV LIBWEBP_VERSION=1.3.1
ENV BASE_URL=https://storage.googleapis.com/downloads.webmproject.org/releases/webp
RUN apt-get update && apt-get install -y curl tar
Expand Down

0 comments on commit 1ba46fc

Please sign in to comment.