Skip to content

Commit

Permalink
Merge pull request #30 from newrelic/fix/centos_arm
Browse files Browse the repository at this point in the history
fix: include arm packages for centos 7 and 8
  • Loading branch information
jsubirat authored Mar 31, 2022
2 parents ffa7f80 + 690a45a commit 89de6e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
- x86_64/x86_64/amazonlinux/2
- aarch64/arm64/amazonlinux/2
- x86_64/x86_64/centos/7
#- aarch64/arm64/centos/7 https://github.com/fluent/fluent-bit/issues/3584
- aarch64/arm64/centos/7
- x86_64/x86_64/centos/8
#- aarch64/arm64/centos/8 https://github.com/fluent/fluent-bit/issues/3584
- aarch64/arm64/centos/8

steps:
- name: Check out repository
Expand Down

0 comments on commit 89de6e6

Please sign in to comment.