Skip to content

Commit

Permalink
travis: Build Ubuntu Focal arm64 package
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Jun 16, 2020
1 parent 9fee58a commit 3c8ce04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ services:
jobs:
- env: RAKE_TASK="apt:build" APT_TARGETS="debian-buster" ARCHIVE_BASE="debian-buster" PACKAGE_SYSTEM=apt
- env: RAKE_TASK="apt:build" APT_TARGETS="ubuntu-bionic" ARCHIVE_BASE="ubuntu-bionic" PACKAGE_SYSTEM=apt
# FIXME: Ubuntu focal's lintian will be stuck on arm64.
# see: https://github.com/fluent-plugins-nursery/td-agent-builder/issues/65
- env: RAKE_TASK="apt:build" APT_TARGETS="ubuntu-focal" ARCHIVE_BASE="ubuntu-focal" PACKAGE_SYSTEM=apt LINTIAN=no
# centos-release-scl isn't available for centos-7 on aarch64
# TODO: Use rbenv instead
# - env: RAKE_TASK="yum:build" YUM_TARGETS="centos-7" ARCHIVE_BASE="centos-7" PACKAGE_SYSTEM=yum
Expand Down

0 comments on commit 3c8ce04

Please sign in to comment.