|
|
@ -65,6 +65,8 @@ matrix_architecture: amd64
|
|
|
|
# We just remap from our `matrix_architecture` values to what Debian and possibly other distros call things.
|
|
|
|
# We just remap from our `matrix_architecture` values to what Debian and possibly other distros call things.
|
|
|
|
matrix_debian_arch: "{{ 'armhf' if matrix_architecture == 'arm32' else matrix_architecture }}"
|
|
|
|
matrix_debian_arch: "{{ 'armhf' if matrix_architecture == 'arm32' else matrix_architecture }}"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
matrix_container_global_registry_prefix: "docker.io/"
|
|
|
|
|
|
|
|
|
|
|
|
matrix_user_username: "matrix"
|
|
|
|
matrix_user_username: "matrix"
|
|
|
|
matrix_user_groupname: "matrix"
|
|
|
|
matrix_user_groupname: "matrix"
|
|
|
|
|
|
|
|
|
|
|
|