Skip to content

Commit

Permalink
Update go.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Sene authored Oct 25, 2022
1 parent 2f85db8 commit 630b78a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ limitations under the License.
'

# Define the list of supported architectures
SUPPORTED_ARCHS=(aarch64 amd64 x86_64 ppc64le s390x)
SUPPORTED_ARCHS=(arm64 amd64 x86_64 ppc64le s390x)

# Downloads the raw content of Go download page
function get_content {
Expand Down

0 comments on commit 630b78a

Please sign in to comment.