Skip to content

Commit 00ae405

Browse files
committed
docs(readme): update
1 parent 92e7656 commit 00ae405

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,8 @@ After completing the steps above; we will now build the Ubuntu image in the bran
444444

445445
This docker image contains numerous arguments you can pass which determine what versions of Ubuntu and leaf dependencies will be installed.
446446

447+
<br />
448+
447449
```dockerfile
448450
ARG IMAGE_REPO_AUTHOR="aetherinox"
449451
ARG IMAGE_REPO_NAME="docker-base-ubuntu"
@@ -583,7 +585,6 @@ docker buildx build \
583585
--tag ghcr.io/aetherinox/ubuntu:24.04 \
584586
--tag ghcr.io/aetherinox/ubuntu:noble \
585587
--tag ghcr.io/aetherinox/ubuntu:noble-YYYYMMDD \
586-
--tag ghcr.io/aetherinox/ubuntu:noble-amd64 \
587588
--attest type=provenance,disabled=true \
588589
--attest type=sbom,disabled=true \
589590
--output type=docker \
@@ -617,7 +618,6 @@ docker buildx build \
617618
--tag ghcr.io/aetherinox/ubuntu:24.04 \
618619
--tag ghcr.io/aetherinox/ubuntu:noble \
619620
--tag ghcr.io/aetherinox/ubuntu:noble-YYYYMMDD \
620-
--tag ghcr.io/aetherinox/ubuntu:noble-arm64 \
621621
--attest type=provenance,disabled=true \
622622
--attest type=sbom,disabled=true \
623623
--output type=docker \

0 commit comments

Comments
 (0)