diff --git a/.gitea/workflows/build-container-image.yml b/.gitea/workflows/build-container-image.yml index 777c7a1..ef8b1ba 100644 --- a/.gitea/workflows/build-container-image.yml +++ b/.gitea/workflows/build-container-image.yml @@ -60,7 +60,7 @@ jobs: # Enable pushing to the registry push: true # Select platforms to build for (e.g., standard Linux amd64) - platforms: linux/amd64 + platforms: linux/amd64, linux/arm64 # Use the tags generated in the previous step tags: ${{ steps.meta.outputs.tags }} # Use the Dockerfile in the current directory (default: Dockerfile)