Skip to content

Commit

Permalink
Fixes needarch to be false (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrongestNumber9 authored Mar 20, 2024
1 parent 214840b commit c0b5599
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
rpm/target/rpm/com.teragrep-pth_05/RPMS/x86_64/com.teragrep-pth_05-*.rpm
rpm/target/rpm/com.teragrep-pth_05/RPMS/noarch/com.teragrep-pth_05-*.rpm
target/pth_05-jar-with-dependencies.jar
- name: Set up Docker Buildx
Expand Down
2 changes: 1 addition & 1 deletion rpm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<packager>Teragrep &lt;[email protected]&gt;</packager>
<group>Teragrep/pth_05</group>
<description>${project.groupId}-${project.artifactId}</description>
<needarch>true</needarch>
<needarch>false</needarch>
<defaultUsername>srv-s3gw</defaultUsername>
<defaultGroupname>srv-s3gw</defaultGroupname>
<defaultFilemode>0644</defaultFilemode>
Expand Down

0 comments on commit c0b5599

Please sign in to comment.