mirror of
https://github.com/czhu12/canine.git
synced 2026-05-05 11:20:35 -05:00
5 lines
119 B
Bash
Executable File
5 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
docker buildx build --platform linux/amd64,linux/arm64 -t chriszhu12/canine -f Dockerfile --push .
|