container-gowin/build.sh
2025-03-25 21:57:25 +13:00

6 lines
136 B
Bash
Executable File

#!/bin/bash
TAG=$(git rev-parse --short HEAD)
REPO=liv2/gowin
docker build -t ${REPO}:${TAG} .
docker tag ${REPO}:${TAG} ${REPO}:latest