[wp-trac] [WordPress Trac] #52668: Make it easier to override the built-in docker environment's config

WordPress Trac noreply at wordpress.org
Fri Feb 26 18:52:22 UTC 2021


#52668: Make it easier to override the built-in docker environment's config
-------------------------------+------------------------------
 Reporter:  TimothyBlynJacobs  |       Owner:  (none)
     Type:  enhancement        |      Status:  new
 Priority:  normal             |   Milestone:  Awaiting Review
Component:  Build/Test Tools   |     Version:
 Severity:  normal             |  Resolution:
 Keywords:  needs-patch        |     Focuses:
-------------------------------+------------------------------

Comment (by afragen):

 Just to chime in. For Macs you can determine the chip architecture using
 `uname -m`.

 Intel based Macs

 {{{
 $ uname -m
 x86_64
 }}}


 M1 based Mac

 {{{
 $ uname -m
 arm64
 }}}

 It might be useful in a setup script.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/52668#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list