Skip to content

Commit

Permalink
Merge pull request #5783 from cms-sw/update-go-ppc-arm
Browse files Browse the repository at this point in the history
[Go] Update sources for other archs
  • Loading branch information
smuzaffar authored Apr 27, 2020
2 parents 35ae96f + f957bad commit 01700b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions go.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
### RPM external go 1.13.8
## NOCOMPILER

%ifarch x86_64
Source: https://storage.googleapis.com/golang/go%{realversion}.linux-amd64.tar.gz
%endif
%ifarch ppc64le
Source: https://storage.googleapis.com/golang/go%{realversion}.linux-ppc64le.tar.gz
%endif
%ifarch aarch64
Source: https://storage.googleapis.com/golang/go%{realversion}.linux-arm64.tar.gz
%endif

Provides: /bin/rc

Expand Down

0 comments on commit 01700b9

Please sign in to comment.