diff options
| author | Michael Albinus | 2025-04-18 09:31:54 +0200 |
|---|---|---|
| committer | Michael Albinus | 2025-04-18 09:31:54 +0200 |
| commit | 93ad8407ed82c27835cf27b15ee2637a2ebba482 (patch) | |
| tree | 8b39780d41d9c81d6e90b0963d52e87e4ac984e3 /admin/notes | |
| parent | b901290ae7f2e45a80a1d24a1b8d65f94e58b3ca (diff) | |
| download | emacs-93ad8407ed82c27835cf27b15ee2637a2ebba482.tar.gz emacs-93ad8407ed82c27835cf27b15ee2637a2ebba482.zip | |
* admin/notes/emba: Fix docker build instruction.
Diffstat (limited to 'admin/notes')
| -rw-r--r-- | admin/notes/emba | 2 |
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 | |||
| 91 | images must be build locally. Change the current directory to a | 91 | images must be build locally. Change the current directory to a |
| 92 | recent Emacs branch (not a worktree), and apply the command | 92 | recent 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 | ||
| 97 | This creates the Debian-based image emacs-inotify, based on the | 97 | This creates the Debian-based image emacs-inotify, based on the |