Skip to content

Commit db1c994

Browse files
author
Devdutt Shenoi
authored
ci: remove unnecessary = in build workflow file (#1167)
unnecessary `=` in build Signed-off-by: Devdutt Shenoi <devdutt@parseable.com>
1 parent 43a793d commit db1c994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-push-edge-kafka.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
file: ./Dockerfile.kafka
5656
push: true
5757
tags: parseable/parseable:edge-kafka
58-
platforms: =linux/arm64
58+
platforms: linux/arm64
5959
build-args: |
6060
LIB_DIR=aarch64-linux-gnu

0 commit comments

Comments
 (0)