Skip to content

Commit

Permalink
Merge pull request #42 from beordle/beordle-patch-12
Browse files Browse the repository at this point in the history
Update build.yml
  • Loading branch information
beordle authored May 17, 2022
2 parents e1a7746 + 6e52d84 commit 98ff5ae
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ jobs:
sudo apt install -y gcc-multilib
cmake .
make CFLAGS="-m32"
- name: Compress
uses: svenstaro/upx-action@v2
with:
file: termtunnel
- name: Packing
run: |
mv termtunnel termtunnel-linux-i686
Expand Down Expand Up @@ -178,10 +174,6 @@ jobs:
run: |
cmake .
make
- name: Compress
uses: svenstaro/upx-action@v2
with:
file: termtunnel
- name: Packing
run: |
mv termtunnel termtunnel-linux-aarch64
Expand Down Expand Up @@ -220,10 +212,6 @@ jobs:
run: |
cmake .
make
- name: Compress
uses: svenstaro/upx-action@v2
with:
file: termtunnel
- name: Packing
run: |
mv termtunnel termtunnel-linux-armeabi
Expand Down Expand Up @@ -263,10 +251,6 @@ jobs:
run: |
cmake .
make
- name: Compress
uses: svenstaro/upx-action@v2
with:
file: termtunnel
- name: Packing
run: |
mv termtunnel termtunnel-linux-mips64el
Expand Down

0 comments on commit 98ff5ae

Please sign in to comment.