From 2917c40dd6417d717fc4ae2cfc3d86a5727fac46 Mon Sep 17 00:00:00 2001
From: Tom Jefferson <Thomas.Jefferson1@ibm.com>
Date: Thu, 27 Jul 2023 17:41:34 +0100
Subject: [PATCH] [ci skip]: Add doc for MQ Advanced for Developers on arm64
 (#528) (#495)

Co-authored-by: Arthur Barr <arthurbarr@users.noreply.github.com>
---
 docs/building.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/building.md b/docs/building.md
index 43127fc2..f7121887 100755
--- a/docs/building.md
+++ b/docs/building.md
@@ -45,7 +45,7 @@ MQ_ARCHIVE=mq-1.2.3.4.tar.gz MQ_VERSION=1.2.3.4 make build-advancedserver
 
 ## Building a developer image
 
-Run `make build-devserver`, which will download the latest version of MQ Advanced for Developers from IBM developerWorks.  This is currently only available on the `amd64` architecture.
+Run `make build-devserver`, which will download the latest version of MQ Advanced for Developers.  This is available on the `amd64` and `arm64` (Apple Silicon) architectures.
 
 You can use the environment variable `MQ_ARCHIVE_DEV` to specify an alternative local file to install from (which must be in the `downloads` directory).