]> git.maquefel.me Git - brevno-suite/hugo/commit
ci: Build multi-platform image with cross-compilation
authorDavid Karlsson <35727626+dvdksn@users.noreply.github.com>
Sun, 29 Sep 2024 17:30:04 +0000 (19:30 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 13 Oct 2024 18:01:37 +0000 (20:01 +0200)
commit4a79956276e735a4a21e09d134527b3a0247180d
treee1ab0b05cbda197ca79ac6fe5b0af4ae6706eb62
parent039845804fd545de18a3c4f17f8f7b3ad3bf615b
ci: Build multi-platform image with cross-compilation

The previous build workflow used emulation to build the Docker image,
which results in a somewhat complicated push-by-digest and merge
workflow to create a multi-platform image.

This commit changes the Docker build to use cross-compilation instead,
resulting in a faster and more straightforward build.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
.github/workflows/image.yml
Dockerfile