Migrate entries from global Makefile to local
This commit is contained in:
committed by
=Michael Hohn
parent
bef8a6dc97
commit
2d92ad51c3
16
Makefile
16
Makefile
@@ -31,22 +31,6 @@ mk.dbt-push: mk.client-qldbtools-container
|
||||
docker push ghcr.io/hohn/client-qldbtools-container:0.1.24
|
||||
touch $@
|
||||
|
||||
ghm: mk.client-ghmrva-container
|
||||
mk.client-ghmrva-container:
|
||||
cd client/containers/ghmrva && \
|
||||
docker build -t client-ghmrva-container:0.1.24 .
|
||||
touch $@
|
||||
|
||||
|
||||
ghm-push: mk.ghm-push
|
||||
mk.ghm-push: mk.client-ghmrva-container
|
||||
docker tag client-ghmrva-container:0.1.24 ghcr.io/hohn/client-ghmrva-container:0.1.24
|
||||
docker push ghcr.io/hohn/client-ghmrva-container:0.1.24
|
||||
touch $@
|
||||
|
||||
ghm-run:
|
||||
docker run --rm -it ghcr.io/hohn/client-ghmrva-container:0.1.24 /bin/bash
|
||||
|
||||
server:
|
||||
cd cmd/server && GOOS=linux GOARCH=arm64 go build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user