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

Add multi-arch support #191

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into kcrane_multiarch
kcrane authored Nov 15, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 4c2d9f1807e298ad08276937d657a9fd002ed540
8 changes: 4 additions & 4 deletions images/scanner-build.Dockerfile
Original file line number Diff line number Diff line change
@@ -10,10 +10,10 @@ RUN dnf update -y && \
dnf clean all && \
rm -rf /var/cache/dnf /var/cache/yum

ARG GOLANG_VERSION=1.20.4
ARG GOLANG_SHA256_x86_64=698ef3243972a51ddb4028e4a1ac63dc6d60821bf18e59a807e051fee0a385bd
ARG GOLANG_SHA256_s390x=57f999a4e605b1dfa4e7e58c7dbae47d370ea240879edba8001ab33c9a963ebf
ARG GOLANG_SHA256_ppc64le=8c6f44b96c2719c90eebabe2dd866f9c39538648f7897a212cac448587e9a408
ARG GOLANG_VERSION=1.20.10
ARG GOLANG_SHA256_x86_64=80d34f1fd74e382d86c2d6102e0e60d4318461a7c2f457ec1efc4042752d4248
ARG GOLANG_SHA256_s390x=fa32588cbdd1e8adfd7e9f1b4ba3f7a8b424f60e90bf2cc4716650374eb459ae
ARG GOLANG_SHA256_ppc64le=ebac6e713810174f9ffd7f48c17c373fbf359d50d8e6233b1dfbbdebd524fd1c
ENV GOPATH /go
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
RUN GOLANG_SHA256="GOLANG_SHA256_$(uname -m)" && \
You are viewing a condensed version of this merge commit. You can view the full changes here.