Skip to content

Commit

Permalink
remove buildx
Browse files Browse the repository at this point in the history
Signed-off-by: a3hadi <[email protected]>
  • Loading branch information
ayildirim21 committed Mar 11, 2024
1 parent 71be4d8 commit e630177
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
"map-even-odd",
"map-flatmap", "map-forward-message", "map-retry", "map-tickgen",
"map-flatmap-stream", "reduce-counter", "reduce-sum", "reduce-stream-counter",
"reduce-stream-sum", "session-counter", "sideinput-example", "udf-sideinput-example",
"reduce-stream-sum", "session-counter",
"sink-log", "source-simple-source", "mapt-assign-event-time", "mapt-event-time-filter"
]

Expand Down
2 changes: 1 addition & 1 deletion pkg/sideinput/examples/simple-sideinput/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:

.PHONY: image
image: build
docker buildx build -t "quay.io/numaio/numaflow-go/sideinput-example:stable" --platform linux/amd64,linux/arm64 --target sideinput .
docker build -t "quay.io/numaio/numaflow-go/sideinput-example:stable" --target sideinput .

clean:
-rm -rf ./dist
2 changes: 1 addition & 1 deletion pkg/sideinput/examples/simple-sideinput/udf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build:
.PHONY: image
#To build an image that supports multiple platforms(linux/amd64,linux/arm64) and push to quay.io, use the following command
image: build
docker buildx build -t "quay.io/numaio/numaflow-go/udf-sideinput-example:stable" --platform linux/amd64,linux/arm64 --target udf-sideinput .
docker build -t "quay.io/numaio/numaflow-go/udf-sideinput-example:stable" --target udf-sideinput .



Expand Down

0 comments on commit e630177

Please sign in to comment.