Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
p-mega committed Feb 29, 2024
1 parent ffe0f6d commit b9d0443
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions azure-pipelines/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ stages:
tag=`cat version.txt` && echo "##vso[task.setvariable variable=tag]$tag"
displayName: Set the tag name as an environment variable
- script: |
go env
ehco ===========
go env GOARCH
make buildx-build-image-shifu-controller
displayName: build edgehub/shifu-controller
- script: |
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile.deviceshifuPLC4X
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$TARGETPLATFORM golang:1.22.0-buster as builder
FROM --platform=$TARGETPLATFORM golang:1.22.0-alpine as builder

WORKDIR /shifu

Expand Down

0 comments on commit b9d0443

Please sign in to comment.