changed dockerfile to arm64
This commit is contained in:
parent
5e4e21009b
commit
b5e17a658a
4 changed files with 18 additions and 5 deletions
5
justfile
5
justfile
|
@ -1,5 +1,5 @@
|
|||
# use PowerShell instead of sh:
|
||||
#set shell := ["powershell.exe", "-c"]
|
||||
set shell := ["powershell.exe", "-c"]
|
||||
|
||||
|
||||
# view the blog as it would be published in a browser
|
||||
|
@ -9,3 +9,6 @@ view:
|
|||
# view the blog with drafts in a browser
|
||||
view-drafts:
|
||||
zola serve --drafts -f
|
||||
|
||||
build-con:
|
||||
docker build --platform linux/amd64,linux/arm64 -t git.grobecker.me/erik/blog:latest --push .
|
Loading…
Add table
Add a link
Reference in a new issue