Skip to content

Commit 0cee791

Browse files
authored
ci: create release for arduino-app-cli
1 parent 0cb2d6b commit 0cee791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:1.24.2 AS go
22

33
COPY . /app
44
WORKDIR /app
5-
RUN GOOS=linux go build -o orchestrator ./cmd/orchestrator/
5+
RUN GOOS=linux go build -o orchestrator ./cmd/arduino-app-cli/
66

77
FROM debian:bookworm AS debian
88

0 commit comments

Comments
 (0)