Release v1.0.0 under Apache-2.0 license
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#!/bin/sh
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
ARCH=$(uname -m)
|
||||
case "$ARCH" in
|
||||
x86_64) ARCH=amd64 ;;
|
||||
|
||||
Reference in New Issue
Block a user