Skip to content

Commit 98d31eb

Browse files
committed
Merge pull request #173 from moul/fix-172
Fix 172
2 parents ce1e193 + 24008fa commit 98d31eb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.goxc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"owner": "scaleway",
3737
"prerelease": false,
3838
"repository": "scaleway-cli"
39+
},
40+
"xc": {
41+
"GOARM": "5"
3942
}
4043
},
4144
"ConfigVersion": "0.9",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Install the latest release on Linux:
108108

109109
```bash
110110
# get latest release
111-
export ARCH=amd64 # can be 'i386', 'amd64' or 'arm'
111+
export ARCH=amd64 # can be 'i386', 'amd64' or 'armhf'
112112
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.4.0/scw_1.4.0_${ARCH}.deb" -O /tmp/scw.deb
113113
dpkg -i /tmp/scw.deb && rm -f /tmp/scw.deb
114114

0 commit comments

Comments
 (0)