File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 43
43
context : .
44
44
file : ./Dockerfile.kafka
45
45
push : true
46
- tags : parseable/parseable:edge-kafka
46
+ tags : parseable/parseable:edge-kafka-amd64
47
47
platforms : linux/amd64
48
48
build-args : |
49
49
LIB_DIR=x86_64-linux-gnu
54
54
context : .
55
55
file : ./Dockerfile.kafka
56
56
push : true
57
- tags : parseable/parseable:edge-kafka
57
+ tags : parseable/parseable:edge-kafka-arm64
58
58
platforms : linux/arm64
59
59
build-args : |
60
60
LIB_DIR=aarch64-linux-gnu
Original file line number Diff line number Diff line change @@ -229,3 +229,25 @@ jobs:
229
229
push : true
230
230
tags : parseable/parseable:${{ github.ref_name }}
231
231
platforms : linux/amd64,linux/arm64
232
+
233
+ - name : Build and push kafka amd64
234
+ uses : docker/build-push-action@v6
235
+ with :
236
+ context : .
237
+ file : ./Dockerfile.kafka
238
+ push : true
239
+ tags : parseable/parseable:${{ github.ref_name }}-kafka-amd64
240
+ platforms : linux/amd64
241
+ build-args : |
242
+ LIB_DIR=x86_64-linux-gnu
243
+
244
+ - name : Build and push kafka arm64
245
+ uses : docker/build-push-action@v6
246
+ with :
247
+ context : .
248
+ file : ./Dockerfile.kafka
249
+ push : true
250
+ tags : parseable/parseable:${{ github.ref_name }}-kafka-arm64
251
+ platforms : linux/arm64
252
+ build-args : |
253
+ LIB_DIR=aarch64-linux-gnu
You can’t perform that action at this time.
0 commit comments