mirror of
https://github.com/czhu12/canine.git
synced 2025-12-30 07:39:43 -06:00
5 lines
125 B
Bash
Executable File
5 lines
125 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/caninehq/canine -f Dockerfile --push .
|