Skip to content

Commit c3166cd

Browse files
committed
chore: fix build
1 parent 0014202 commit c3166cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ COPY . .
1919

2020
# Build the application
2121
ARG VERSION=dev
22-
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build \
22+
RUN CGO_ENABLED=0 GOOS=linux go build \
2323
-ldflags="-w -s -X main.version=${VERSION} -extldflags '-static'" \
2424
-a -installsuffix cgo \
2525
-o dns-sync cmd/dns-sync/main.go

0 commit comments

Comments
 (0)