Skip to content

Commit 705dc2b

Browse files
committed
Update Makefile and add rpm to devel environment.
1 parent f7f62ad commit 705dc2b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile-devel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ENV PATH=$PATH:$PROJECT_PATH/build
55
ENV CGO_ENABLED=0
66
ENV GO_EXTRA_BUILD_ARGS="-a -installsuffix cgo"
77

8-
RUN apk add --no-cache ca-certificates make git bash upx
8+
RUN apk add --no-cache ca-certificates make git bash upx rpm
99

1010
RUN mkdir -p $PROJECT_PATH
1111
COPY . $PROJECT_PATH

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,10 @@ dist:
2626
@goreleaser
2727
mkdir -p dist/upload/tar
2828
mkdir -p dist/upload/deb
29+
mkdir -p dist/upload/rpm
2930
mv dist/*.tar.gz dist/upload/tar
3031
mv dist/*.deb dist/upload/deb
32+
mv dist/*.rpm dist/upload/rpm
3133

3234
snapshot:
3335
@goreleaser --snapshot

0 commit comments

Comments
 (0)