We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909cc22 commit 2a565b2Copy full SHA for 2a565b2
.github/workflows/build.yml
@@ -42,7 +42,7 @@ jobs:
42
go-version: '^1.22.1'
43
44
- name: Build Binary
45
- run: |
+ run: |
46
sudo apt install upx -y
47
bash build.sh
48
Dockerfile
@@ -8,6 +8,6 @@ RUN go mod download
8
9
COPY . .
10
11
-RUN CGO_ENABLED=1 GOOS=linux go build -o main .
+RUN CGO_ENABLED=0 GOOS=linux go build -o main .
12
13
CMD ["./main"]
0 commit comments