Skip to content

Commit

Permalink
重试架构
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyiming748 committed Jul 2, 2024
1 parent 36529c6 commit d6b70e6
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 @@ -17,7 +17,7 @@ RUN go build -o /usr/local/bin/conv main.go
RUN chmod +x /usr/local/bin/conv

# 第二阶段:构建arm64镜像
FROM arm64v8/golang:1.22.4-bookworm as builder-arm64
FROM arm64/golang:1.22.4-bookworm as builder-arm64
LABEL authors="zen"
COPY debian.sources /etc/apt/sources.list.d/
RUN apt update
Expand Down

0 comments on commit d6b70e6

Please sign in to comment.