Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix arm image build error #148

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Conversation

haijianyang
Copy link
Contributor

镜像支持 ARM 架构

image

@codecov
Copy link

codecov bot commented Sep 27, 2023

Codecov Report

Merging #148 (04ddeeb) into master (8c50eb9) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #148   +/-   ##
=======================================
  Coverage   56.82%   56.82%           
=======================================
  Files          17       17           
  Lines        3157     3157           
=======================================
  Hits         1794     1794           
  Misses       1207     1207           
  Partials      156      156           

@haijianyang haijianyang merged commit d5f7227 into smartxworks:master Sep 27, 2023
3 checks passed
@@ -31,14 +36,15 @@ RUN go mod download
COPY ./ ./

# Build
ARG ARCH=amd64
ARG ARCH
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个和18行加的ARG ARCH 重复吗?

@haijianyang haijianyang temporarily deployed to default September 28, 2023 04:00 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants