mirror of
https://github.com/coder/code-server.git
synced 2026-05-27 17:13:49 +02:00
Fix arm builds
This commit is contained in:
@@ -17,7 +17,7 @@ function package() {
|
||||
fi
|
||||
|
||||
local arch
|
||||
arch="$(uname -m)"
|
||||
arch=$(uname -m | sed 's/aarch/arm/')
|
||||
|
||||
echo -n "Creating release..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user