Explorar el Código

doc: add note about building images on Apple silicon

You must specify the correct target platform to run in-cluster.
Samuel Padgett hace 4 años
padre
commit
ef40ef401c
Se han modificado 1 ficheros con 4 adiciones y 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