aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorMichael Albinus2025-04-18 09:31:54 +0200
committerMichael Albinus2025-04-18 09:31:54 +0200
commit93ad8407ed82c27835cf27b15ee2637a2ebba482 (patch)
tree8b39780d41d9c81d6e90b0963d52e87e4ac984e3 /admin/notes
parentb901290ae7f2e45a80a1d24a1b8d65f94e58b3ca (diff)
downloademacs-93ad8407ed82c27835cf27b15ee2637a2ebba482.tar.gz
emacs-93ad8407ed82c27835cf27b15ee2637a2ebba482.zip
* admin/notes/emba: Fix docker build instruction.
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/emba2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/emba b/admin/notes/emba
index 2d0aaa6e8f0..cf4184ccc92 100644
--- a/admin/notes/emba
+++ b/admin/notes/emba
@@ -91,7 +91,7 @@ emba.gnu.org:5050, is not accessible publicly. Instead, the container
91images must be build locally. Change the current directory to a 91images must be build locally. Change the current directory to a
92recent Emacs branch (not a worktree), and apply the command 92recent Emacs branch (not a worktree), and apply the command
93 93
94 docker build --target emacs-inotify --tag emacs-inotify \ 94 docker buildx build --target emacs-inotify --tag emacs-inotify \
95 -f test/infra/Dockerfile.emba . 95 -f test/infra/Dockerfile.emba .
96 96
97This creates the Debian-based image emacs-inotify, based on the 97This creates the Debian-based image emacs-inotify, based on the