Skip to content

Commit

Permalink
Build to make, ignore arch build logs
Browse files Browse the repository at this point in the history
  • Loading branch information
darribas committed Sep 6, 2024
1 parent 5028ad6 commit 31482ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ website/_includes/*
website/.jekyll-metadata
build.log
*/build.log
*/build*.log
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,8 @@ website_local: website_build
--config _config.yml,_config.docker.yml && \
rm -rf _includes
export JEKYLL_ENV=development
build:
rm -f env/build_$(ARCH).log && \
cd env && \
docker build -t $(image) --progress=plain -f Dockerfile . 2>&1 | \
tee build_$(ARCH).log

0 comments on commit 31482ca

Please sign in to comment.