mirror of
https://github.com/dragonheim/gagent.git
synced 2025-01-30 18:46:28 -08:00
James Wells
7d6fbfef24
Quite a refactor and some code cleanup. Co-authored-by: James Wells <jwells@dragonheim.net> Reviewed-on: #11 Co-authored-by: James Wells <jwells@noreply.localhost> Co-committed-by: James Wells <jwells@noreply.localhost>
4 lines
165 B
Bash
4 lines
165 B
Bash
#!/usr/bin/env sh
|
|
#
|
|
#
|
|
docker buildx build --platform linux/arm/v7,linux/amd64,linux/arm64 --progress plain --pull -t dragonheim/gagent --push -f docker/Dockerfile .
|