Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ddurieux committed Sep 15, 2024
1 parent bf82193 commit ef5558b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/test_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ jobs:
name: fusioninventory-agent-Linux-x86_64.tar.gz
command: test

- release_for: Linux-i686
os: ubuntu-latest
target: i686-unknown-linux-gnu
bin: fusioninventory-agent
name: fusioninventory-agent-Linux-i686.tar.gz
command: test
# - release_for: Linux-i686
# os: ubuntu-latest
# target: i686-unknown-linux-gnu
# bin: fusioninventory-agent
# name: fusioninventory-agent-Linux-i686.tar.gz
# command: test

# For rapsberry pi
# armv7-unknown-linux-gnueabihf
Expand Down Expand Up @@ -181,12 +181,12 @@ jobs:
name: fusioninventory-agent-Linux-x86_64.tar.gz
command: build

- release_for: Linux-i686
os: ubuntu-latest
target: i686-unknown-linux-gnu
bin: fusioninventory-agent
name: fusioninventory-agent-Linux-i686.tar.gz
command: build
# - release_for: Linux-i686
# os: ubuntu-latest
# target: i686-unknown-linux-gnu
# bin: fusioninventory-agent
# name: fusioninventory-agent-Linux-i686.tar.gz
# command: build

# For rapsberry pi
# armv7-unknown-linux-gnueabihf
Expand Down

0 comments on commit ef5558b

Please sign in to comment.