Skip to content

Commit b357c75

Browse files
authored
Build nezha-agent
1 parent 7c53889 commit b357c75

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/docker-image.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ jobs:
1818
matrix:
1919
package:
2020
- hyperrpc
21-
- koi
22-
- ceramic
21+
- nezha-agent
22+
#- koi
23+
#- ceramic
2324
#- srtool
2425
#- safe-transaction-service
2526
#- optimism
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
FROM alpine:3.21
2+
3+
ARG NEZHA_AGENT_VERSION=v1.12.2
4+
5+
ADD https://github.com/nezhahq/agent/releases/download/$NEZHA_AGENT_VERSION/nezha-agent_linux_amd64.zip /tmp
6+
7+
RUN unzip /tmp/nezha-agent_linux_amd64.zip -d /usr/local/bin && rm /tmp/nezha-agent_linux_amd64.zip
8+
9+
ENTRYPOINT ["nezha-agent"]
10+
11+

0 commit comments

Comments
 (0)