4 lines
116 B
Bash
4 lines
116 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
docker buildx build --platform linux/amd64 --tag tea.shupogaki.org/yuruc3/snmpython:v0 --debug --push .
|