File: do.sh

package info (click to toggle)
librouteros 3.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 376 kB
  • sloc: python: 1,579; makefile: 141; sh: 4
file content (6 lines) | stat: -rwxr-xr-x 182 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#!/bin/sh

for ver in 3.8 3.9 3.10 3.11 3.12
do
  docker buildx build --platform linux/amd64,linux/arm64 --push -t lukaszkostka/librouteros:${ver} -f docker/${ver}.dockerfile .
done