From 559a4c9a58b488218a2f08a35a043be928c79319 Mon Sep 17 00:00:00 2001 From: simon Date: Sat, 16 Oct 2021 18:12:41 +0700 Subject: [PATCH] a note about multi arch builds --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8053ba4..737eaf9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,6 +27,7 @@ This is my setup I have landed on, YMMV: ./deploy.sh test ``` - The command above will also copy the file `tubarchivist/testing.sh` into the working folder of the container. Running this script will install additional debugging tools I regularly use in testing. +- The `test` argument takes another optional argument to build for a specific architecture valid options are: `amd64`, `arm64` and `multi`, default is `amd64`. - This `deploy.sh` file is not meant to be universally usable for every possible environment but could serve as an idea on how to automatically rebuild containers to test changes - customize to your liking. ## Implementing a new feature