We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f49e257 commit 292e01cCopy full SHA for 292e01c
.github/workflows/build-images.yml
@@ -36,6 +36,7 @@ jobs:
36
with:
37
context: ./data-server
38
file: ./data-server/Dockerfile
39
+ platforms: linux/amd64,linux/arm64
40
push: ${{ startsWith(github.ref, 'refs/tags/') }}
41
tags: |
42
mark7888/network-monitor-data-server:latest
@@ -70,6 +71,7 @@ jobs:
70
71
72
context: ./frontend
73
file: ./frontend/Dockerfile
74
75
76
77
mark7888/network-monitor-ui:latest
@@ -104,6 +106,7 @@ jobs:
104
106
105
107
context: ./speedtest-node
108
file: ./speedtest-node/Dockerfile
109
110
111
112
mark7888/network-monitor-node:latest
0 commit comments