Skip to content

Commit

Permalink
neonvmd: moved neonvm/daemon -> neonvm-daemon to comply with new repo…
Browse files Browse the repository at this point in the history
… flatten structure

Signed-off-by: Misha Sakhnov <[email protected]>
  • Loading branch information
mikhail-sakhnov committed Oct 9, 2024
1 parent 0524ce1 commit 18673be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ docker-build-runner: docker-build-go-base ## Build docker image for NeonVM runne
docker-build-daemon: ## Build docker image for NeonVM daemon.
docker build \
--tag $(IMG_DAEMON) \
--file neonvm/daemon/Dockerfile \
--file neonvm-daemon/Dockerfile \
.

.PHONY: docker-build-vxlan-controller
Expand Down
2 changes: 1 addition & 1 deletion neonvm/daemon/Dockerfile → neonvm-daemon/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM golang:1.23-alpine AS builder
COPY . .

# Build
RUN CGO_ENABLED=0 go build -a -o /neonvmd neonvm/daemon/main.go
RUN CGO_ENABLED=0 go build -a -o /neonvmd neonvm-daemon/main.go

FROM scratch
COPY --from=builder /neonvmd /neonvmd
File renamed without changes.

0 comments on commit 18673be

Please sign in to comment.