README: mention arch

This commit is contained in:
Dawid Dziurla 2021-07-10 00:12:59 +02:00 committed by GitHub
parent d959ecc623
commit 52f100e4bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,4 +14,6 @@ An action that builds a Debian package from source in a Docker container.
artifacts_directory: output
# Optional, value from `debian/changelog` is used if not defined
os_distribution: bionic
# Optional, target architecture, defaults to amd64
cpu_architecture: arm64
```