Closed amwill04 closed 2 years ago
given the following:
jobs: build: machine: image: ubuntu-2204:2022.10.2 resource_class: arm.medium steps: - checkout - go/install: version: 1.19.3
It fails as curl returns 404.
curl
404
Issue seems to be due to $HOSTTYPE being set as aarch64 which does go binary not existing at https://dl.google.com/go/go1.19.3.linux-aarch64.tar.gz
$HOSTTYPE
aarch64
https://dl.google.com/go/go1.19.3.linux-aarch64.tar.gz
Closing this as it clearly state it isnt supported.
given the following:
It fails as
curl
returns404
.Issue seems to be due to
$HOSTTYPE
being set asaarch64
which does go binary not existing athttps://dl.google.com/go/go1.19.3.linux-aarch64.tar.gz