-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fed6a08
commit 07d35c9
Showing
3 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
#!/usr/bin/env sh | ||
|
||
arch="$(uname -m)" | ||
|
||
if [ "$arch" = "x86_64" ]; then | ||
arch="amd64" | ||
elif [ "$arch" = "aarch64" ]; then | ||
arch="arm64" | ||
else | ||
echo "uknown" | ||
fi | ||
|
||
echo "$arch" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
github.com/niusmallnan/cli bd139c5 | ||
github.com/niusmallnan/cli fa7c1da | ||
github.com/niusmallnan/moby 4a207c0 | ||
github.com/niusmallnan/docker-ce-packaging 8e4f84d9a | ||
github.com/niusmallnan/docker-ce-packaging d12ecf67 |