2399c42d93
Change-Id: I9615bc26156a26616dea083c3db4efbf7717231c
8 lines
283 B
YAML
8 lines
283 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a ``debian_arch`` variable which can be used in Dockerfile.j2 files
|
|
instead of checking architecture names. For 'x86-64' it has a value of
|
|
'amd64' and uses 'arm64' on 'aarch64' architecture. This is handy for
|
|
fetching external release files.
|