Skip to content

Commit a30bd5d

Browse files
committed
edit
1 parent a191a8b commit a30bd5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-registry/container-registry-tasks-overview.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,12 @@ The following table shows a few examples of supported context locations for ACR
114114
| GitHub master branch | Files within the master (or other default) branch of a public or private GitHub repository. | `https://github.com/gituser/myapp-repo.git` |
115115
| GitHub branch | Specific branch of a public or private GitHub repo.| `https://github.com/gituser/myapp-repo.git#mybranch` |
116116
| GitHub subfolder | Files within a subfolder in a public or private GitHub repo. Example shows combination of a branch and subfolder specification. | `https://github.com/gituser/myapp-repo.git#mybranch:myfolder` |
117-
| Azure DevOps subfolder | Files within a subfolder in an Azure repo. Example shows combination of branch and subfolder specification. | `https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder` |
117+
| Azure DevOps subfolder | Files within a subfolder in a public or private Azure repo. Example shows combination of branch and subfolder specification. | `https://dev.azure.com/user/myproject/_git/myapp-repo#mybranch:myfolder` |
118118
| Remote tarball | Files in a compressed archive on a remote webserver. | `http://remoteserver/myapp.tar.gz` |
119119

120+
> [!NOTE]
121+
> Currently GitHub Enterprise repos aren't supported contexts for ACR Tasks.
122+
120123
## Image platforms
121124

122125
By default, ACR Tasks builds images for the Linux OS and the amd64 architecture. Specify the `--platform` tag to build Windows images or Linux images for other architectures. Specify the OS and optionally a supported architecture in OS/architecture format (for example, `--platform Linux/arm`). For ARM architectures, optionally specify a variant in OS/architecture/variant format (for example, `--platform Linux/arm64/v8`):

0 commit comments

Comments
 (0)