Skip to content

Commit

Permalink
Merge pull request #574 from dipesh-rawat/Issue564-OneDockerfile
Browse files Browse the repository at this point in the history
Issue #564 : Add a common helloMMS Converge Dockerfile for all ARCH
  • Loading branch information
johnwalicki authored Jan 22, 2023
2 parents 2f85acd + 6237edc commit 5b21fb8
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 17 deletions.
File renamed without changes.
8 changes: 0 additions & 8 deletions edge/services/helloMMS/Dockerfile.arm

This file was deleted.

8 changes: 0 additions & 8 deletions edge/services/helloMMS/Dockerfile.arm64

This file was deleted.

2 changes: 1 addition & 1 deletion edge/services/helloMMS/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export TIME_OUT:=30

# Build the docker image for the current architecture
build:
docker build -t $(DOCKER_IMAGE_BASE)_$(ARCH):$(SERVICE_VERSION) -f ./Dockerfile.$(ARCH) .
docker build --platform linux/$(ARCH) -t $(DOCKER_IMAGE_BASE)_$(ARCH):$(SERVICE_VERSION) -f ./Dockerfile .

# Build the docker image for 3 architectures
build-all-arches:
Expand Down

0 comments on commit 5b21fb8

Please sign in to comment.