Skip to content

Commit

Permalink
Remove unnecessary use of buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevans authored Feb 21, 2024
1 parent 40eeebe commit 7da7e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Instructions

To build the image manually for testing on a local host for the native architecture:

`docker buildx build -t briansimulator/brian -f docker/Dockerfile .`
`docker build -t briansimulator/brian -f docker/Dockerfile .`

Alternatively, to test multi-architeture builds and push to docker hub, use:

Expand Down

0 comments on commit 7da7e7a

Please sign in to comment.