This website requires JavaScript.
Explore
Help
Sign In
syndicate-lang
/
syndicate-rs
Watch
1
Star
0
Fork
You've already forked syndicate-rs
0
Code
Issues
4
Pull Requests
Actions
Projects
Releases
Wiki
Activity
main
syndicate-rs
/
docker
/
docker-architecture
7 lines
99 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/sh
case
$1
in
x86_64
)
echo
amd64
;
;
armv7
)
echo
arm
;
;
aarch64
)
echo
arm64
;
;
esac
Reference in New Issue
View Git Blame
Copy Permalink