mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2025-12-22 09:27:53 +00:00
7 lines
132 B
Bash
Executable File
7 lines
132 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
docker buildx build \
|
|
--push \
|
|
--platform linux/arm/v7,linux/amd64 \
|
|
-t fergalmoran/bitchmin-api .
|