Skip to content

Commit

Permalink
remove build runs after successful pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
tomqin93 committed Dec 18, 2024
1 parent 5db39ff commit 0837507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ buildx-build-image-deviceshifu-http-opcua:
-t edgehub/deviceshifu-http-opcua:${IMAGE_VERSION} --load

buildx-build-image-deviceshifu-http-plc4x:
docker buildx build --platform=linux/$(shell go env GOARCH),linux/arm64 -f ${PROJECT_ROOT}/dockerfiles/Dockerfile.deviceshifuPLC4X\
docker buildx build --platform=linux/$(shell go env GOARCH) -f ${PROJECT_ROOT}/dockerfiles/Dockerfile.deviceshifuPLC4X\
--build-arg PROJECT_ROOT="${PROJECT_ROOT}" ${PROJECT_ROOT} \
-t edgehub/deviceshifu-http-plc4x:${IMAGE_VERSION}
-t edgehub/deviceshifu-http-plc4x:${IMAGE_VERSION} --load

buildx-build-image-deviceshifu-tcp-tcp:
docker buildx build --platform=linux/$(shell go env GOARCH) -f ${PROJECT_ROOT}/dockerfiles/Dockerfile.deviceshifuTCP\
Expand Down
2 changes: 0 additions & 2 deletions azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -451,8 +451,6 @@ stages:
tag=`cat version.txt` && echo "##vso[task.setvariable variable=tag]$tag"
displayName: Set the tag name as an environment variable
- script: |
docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
docker buildx create --use
make buildx-build-image-deviceshifu-http-plc4x
displayName: build edgehub/deviceshifu-http-plc4x
Expand Down

0 comments on commit 0837507

Please sign in to comment.