Skip to content

Commit 292e01c

Browse files
committed
added arm target to github actions workflow
1 parent f49e257 commit 292e01c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-images.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
context: ./data-server
3838
file: ./data-server/Dockerfile
39+
platforms: linux/amd64,linux/arm64
3940
push: ${{ startsWith(github.ref, 'refs/tags/') }}
4041
tags: |
4142
mark7888/network-monitor-data-server:latest
@@ -70,6 +71,7 @@ jobs:
7071
with:
7172
context: ./frontend
7273
file: ./frontend/Dockerfile
74+
platforms: linux/amd64,linux/arm64
7375
push: ${{ startsWith(github.ref, 'refs/tags/') }}
7476
tags: |
7577
mark7888/network-monitor-ui:latest
@@ -104,6 +106,7 @@ jobs:
104106
with:
105107
context: ./speedtest-node
106108
file: ./speedtest-node/Dockerfile
109+
platforms: linux/amd64,linux/arm64
107110
push: ${{ startsWith(github.ref, 'refs/tags/') }}
108111
tags: |
109112
mark7888/network-monitor-node:latest

0 commit comments

Comments
 (0)