File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 # Build a docker container and push it to DockerHub
141141 docker buildx create --use
142142 echo "Building and Pushing image to DockerHub..."
143- docker buildx build --platform linux/arm64/v8,linux/ amd64 -t $ECR_REGISTRY/mirror-api-logging:$IMAGE_TAG . --push
143+ docker buildx build --platform linux/amd64 -t $ECR_REGISTRY/mirror-api-logging:$IMAGE_TAG . --push
144144 echo "::set-output name=image::$ECR_REGISTRY/mirror-api-logging:$IMAGE_TAG"
145145
146146 - name : Build, tag, and push the image to DockerHub - ebpf
@@ -153,5 +153,5 @@ jobs:
153153 # Build a docker container and push it to DockerHub
154154 docker buildx create --use
155155 echo "Building and Pushing image to DockerHub..."
156- docker buildx build --platform linux/arm64/v8,linux/ amd64 -t $ECR_REGISTRY/mirror-api-logging:$IMAGE_TAG -f Dockerfile.eBPF . --push
156+ docker buildx build --platform linux/amd64 -t $ECR_REGISTRY/mirror-api-logging:$IMAGE_TAG -f Dockerfile.eBPF . --push
157157 echo "::set-output name=image::$ECR_REGISTRY/mirror-api-logging:$IMAGE_TAG"
You can’t perform that action at this time.
0 commit comments