Skip to content

Commit

Permalink
chore: update Makefile to build x86/64 arch when you using arm arch
Browse files Browse the repository at this point in the history
Signed-off-by: Youngjin Jo <[email protected]>
  • Loading branch information
yjinjo committed Apr 12, 2024
1 parent f50ee94 commit dda7321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ endef
define set_build_env
git submodule init
git submodule update
docker build -t ${DOCKER_NAME} .
docker build --platform=linux/x86_64 -t ${DOCKER_NAME} .
endef

define build
Expand Down

0 comments on commit dda7321

Please sign in to comment.