Skip to content

Commit edb5cb5

Browse files
committed
update todo
1 parent e0ab974 commit edb5cb5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,9 @@ After that you can build and push multi-platform images locally.
207207
docker login my-user my-pass
208208

209209
# replace "nemanjamitic/nemanjam.github.io" with your image name
210-
# set ARG_SITE_URL to your production url
210+
# set ARG_SITE_URL_ARM64 to your production url
211211
# set correct architecture for your production server --platform linux/arm64 or linux/amd64
212-
"docker:build:push:arm": "docker buildx build -f ./docker/Dockerfile -t nemanjamitic/nemanjam.github.io --build-arg ARG_SITE_URL='https://nmc-docker.arm1.nemanjamitic.com' --platform linux/arm64 --push .",
212+
"docker:build:push:arm": "docker buildx build -f ./docker/Dockerfile -t nemanjamitic/nemanjam.github.io --build-arg ARG_SITE_URL_ARM64='https://nmc-docker.arm1.nemanjamitic.com' --platform linux/arm64 --progress=plain --push .",
213213

214214
# build and push Docker image, replace "arm" with your architecture
215215
yarn docker:build:push:arm

docs/working-notes/todo3.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -531,21 +531,21 @@ sentry
531531
// plausible
532532
<script defer data-domain="nemanjamitic.com" src="https://plausible.arm1.nemanjamitic.com/js/script.js"></script>
533533
add zod schema that checks node_env for plausible_url instead of optional
534-
moze samo za 1 url data-domain="nemanjamitic.com"
534+
moze samo za 1 url data-domain="nemanjamitic.com", to je ok, tako i treba
535535

536-
paralelizuj docker arm x86 build, reuse cache, test
536+
paralelizuj docker arm x86 build, reuse cache, test
537537
accessibility
538-
image sizes
538+
image sizes
539539
astro gallery, blur onload, infinite scroll
540540
define real color themes
541541
IPv6 Traefik
542-
pitaj plausible zasto ne radi za razlicite poddomene i domene
542+
pitaj plausible zasto ne radi za razlicite poddomene i domene
543543
text float around images on blog, home and about page
544544
design system pages, typography
545545
js function to print image dom and src size over image for debugging, moze npm paket
546546

547547
-----
548-
fix github action docker arm x86
548+
fix github action docker arm x86, move condition in Dockerfile, remove matrix
549549
restructure folders, folder name, mdx and images in same folder
550550
content collections to content layer
551551
fix plausible for all subdomains, done same data-domain="nemanjamitic.com", ok

0 commit comments

Comments
 (0)