Explorar o código

doc: add note about building images on Apple silicon

You must specify the correct target platform to run in-cluster.
Samuel Padgett %!s(int64=4) %!d(string=hai) anos
pai
achega
ef40ef401c
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -116,6 +116,10 @@ push it to an image registry.
    docker push quay.io/my-repository/my-plugin:latest
    ```
 
+NOTE: If you have a Mac with Apple silicon, you will need to add the flag
+`--platform=linux/amd64` when building the image to target the correct platform
+to run in-cluster.
+
 ## Deployment on cluster
 
 After pushing an image with your changes to a registry, you can deploy the