mirror of
https://github.com/fosrl/olm.git
synced 2026-03-04 17:56:41 +00:00
Move containers to fosrl
This commit is contained in:
6
Makefile
6
Makefile
@@ -2,13 +2,13 @@
|
|||||||
all: build push
|
all: build push
|
||||||
|
|
||||||
build:
|
build:
|
||||||
docker build -t fossorial/newt:latest .
|
docker build -t fosrl/newt:latest .
|
||||||
|
|
||||||
push:
|
push:
|
||||||
docker push fossorial/newt:latest
|
docker push fosrl/newt:latest
|
||||||
|
|
||||||
test:
|
test:
|
||||||
docker run fossorial/newt:latest
|
docker run fosrl/newt:latest
|
||||||
|
|
||||||
local:
|
local:
|
||||||
CGO_ENABLED=0 GOOS=linux go build -o newt
|
CGO_ENABLED=0 GOOS=linux go build -o newt
|
||||||
|
|||||||
Reference in New Issue
Block a user