File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pyroscope_ffi/clean:
1313
1414.phony : wheel/linux/amd64
1515wheel/linux/amd64 : pyroscope_ffi/clean
16- docker build \
16+ docker buildx build \
1717 --build-arg=BASE=$(MANYLINUX_PREFIX ) _$(BUILD_ARCH_AMD ) :$(MANYLINUX_VERSION ) \
1818 --platform=linux/amd64 \
1919 --output=pyroscope_ffi/python \
@@ -22,7 +22,7 @@ wheel/linux/amd64: pyroscope_ffi/clean
2222
2323.phony : wheel/linux/arm64
2424wheel/linux/arm64 : pyroscope_ffi/clean
25- docker build \
25+ docker buildx build \
2626 --build-arg=BASE=$(MANYLINUX_PREFIX ) _$(BUILD_ARCH_ARM ) :$(MANYLINUX_VERSION ) \
2727 --platform=linux/arm64 \
2828 --output=pyroscope_ffi/python \
@@ -44,7 +44,7 @@ wheel/mac/arm64:
4444
4545.phony : gem/linux/amd64
4646gem/linux/amd64 : pyroscope_ffi/clean
47- docker build \
47+ docker buildx build \
4848 --build-arg=BASE=$(MANYLINUX_PREFIX ) _$(BUILD_ARCH_AMD ) :$(MANYLINUX_VERSION ) \
4949 --build-arg=" TARGET_TASK=x86_64_linux:gem" \
5050 --output=pyroscope_ffi/ruby \
@@ -54,7 +54,7 @@ gem/linux/amd64: pyroscope_ffi/clean
5454
5555.phony : gem/linux/arm64
5656gem/linux/arm64 : pyroscope_ffi/clean
57- docker build \
57+ docker buildx build \
5858 --build-arg=BASE=$(MANYLINUX_PREFIX ) _$(BUILD_ARCH_ARM ) :$(MANYLINUX_VERSION ) \
5959 --build-arg=" TARGET_TASK=arm64_darwin:gem" \
6060 --output=pyroscope_ffi/ruby \
You can’t perform that action at this time.
0 commit comments