diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-26 22:01:44 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-11-26 22:01:44 +0100 |
commit | 2ebdf82153f9c6eed401f29a0fd6d8190ec82051 (patch) | |
tree | 22e24eaaf91ee7c0fff6a1eb591dd3209b582b54 | |
parent | 9fb2a489598e82497f79f144b2374241e4912575 (diff) | |
download | buildroot-2ebdf82153f9c6eed401f29a0fd6d8190ec82051.tar.gz buildroot-2ebdf82153f9c6eed401f29a0fd6d8190ec82051.zip |
.gitlab-ci.yml: refresh with aarch64_efi_defconfig
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a100884f6..bd2d5ecad7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -81,6 +81,7 @@ check-package: - test-output/*.log - test-output/*/.config - test-output/*/images/* +aarch64_efi_defconfig: *defconfig acmesystems_aria_g25_128mb_defconfig: *defconfig acmesystems_aria_g25_256mb_defconfig: *defconfig acmesystems_arietta_g25_128mb_defconfig: *defconfig |