You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
310 B
15 lines
310 B
## build arm64 on oracle k8s
|
|
```bash
|
|
cd /root
|
|
rm -rf niupicUpload
|
|
git clone https://git.sre.ink/go/niupicUpload.git
|
|
cd niupicUpload
|
|
make build-linux-arm64
|
|
docker build -t sre/niupicupload:arm64 .
|
|
kubectl -n sre rollout restart deployment niupicupload
|
|
```
|
|
|
|
## usage
|
|
```bash
|
|
http://127.0.0.1:8080/upload.html
|
|
``` |