Skip to content

Commit

Permalink
[build]: add arch name in sonic-slave docker image
Browse files Browse the repository at this point in the history
for exmaple, for arm64, the sonic-slave docker image name
is sonic-slave-arm64-$(USER)

for amd64, the docker image is kept as it is

Signed-off-by: Guohan Lu <[email protected]>
  • Loading branch information
lguohan committed Dec 25, 2020
1 parent 2999dfa commit 3690c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.work
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,11 @@ endif

include rules/config

ifeq ($(CONFIGURED_ARCH),amd64)
SLAVE_BASE_IMAGE = $(SLAVE_DIR)
else
SLAVE_BASE_IMAGE = $(SLAVE_DIR)-$(CONFIGURED_ARCH)
endif
SLAVE_IMAGE = $(SLAVE_BASE_IMAGE)-$(USER)

# Generate the version control build info
Expand Down

0 comments on commit 3690c1a

Please sign in to comment.