Skip to content

Commit

Permalink
travis: Build Amazon Linux 2 arm64 package
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <cosmo0920.oucc@gmail.com>
  • Loading branch information
cosmo0920 committed Jun 16, 2020
1 parent 2eb8e53 commit 9fee58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
# TODO: Use rbenv instead
# - env: RAKE_TASK="yum:build" YUM_TARGETS="centos-7" ARCHIVE_BASE="centos-7" PACKAGE_SYSTEM=yum
- env: RAKE_TASK="yum:build" YUM_TARGETS="centos-8" ARCHIVE_BASE="centos-8" PACKAGE_SYSTEM=yum
- env: RAKE_TASK="yum:build" YUM_TARGETS="amazonlinux-2" ARCHIVE_BASE="amazonlinux-2" PACKAGE_SYSTEM=yum
script:
- rake $RAKE_TASK
before_deploy:
Expand Down

0 comments on commit 9fee58a

Please sign in to comment.