Skip to content

Commit daa76ad

Browse files
committed
ARM support #19
1 parent deab4d7 commit daa76ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/onnxruntime/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ IID_$(1)=$(1)_$(VERSION).iid
3030
CID_$(1)=$(1)_$(VERSION).cid
3131

3232
build_$(1):
33-
@docker build --iidfile $$(IID_$(1)) -t redisfab/$(STEM)-$(1):$(VERSION) -f Dockerfile \
33+
@docker build --iidfile $$(IID_$(1)) -t redisfab/$(STEM)-$(1):$(VERSION) -f Dockerfile.arm \
3434
--build-arg ARCH=$(1) --build-arg ARCH_FLAG=$(2) $(ROOT)
3535
@docker create --cidfile $$(CID_$(1)) `cat $$(IID_$(1))`
3636
@docker cp `cat $$(CID_$(1))`:/build/$(STEM)-$(2)-$(VERSION).tgz .

0 commit comments

Comments
 (0)