Skip to content

Commit

Permalink
ci: remove unnecessary = in build workflow file (parseablehq#1167)
Browse files Browse the repository at this point in the history
unnecessary `=` in build

Signed-off-by: Devdutt Shenoi <[email protected]>
  • Loading branch information
de-sh authored Feb 7, 2025
1 parent 43a793d commit db1c994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-edge-kafka.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
file: ./Dockerfile.kafka
push: true
tags: parseable/parseable:edge-kafka
platforms: =linux/arm64
platforms: linux/arm64
build-args: |
LIB_DIR=aarch64-linux-gnu

0 comments on commit db1c994

Please sign in to comment.