remove vpp build

This commit is contained in:
日下部 詩
2023-09-20 21:26:28 +08:00
committed by GitHub
parent 2897388568
commit a96db9e8cf
2 changed files with 2 additions and 28 deletions

View File

@@ -25,7 +25,7 @@ jobs:
- name: Build x86_64
run: |
make all static vpp
make all static
- uses: actions/upload-artifact@v2
with:
@@ -84,7 +84,6 @@ jobs:
apt-get install -y wireguard-tools golang-go build-essential git
run: |
make all static
make vpp || true
mkdir /artifacts/${artifact_dir}
cp etherguard-go* /artifacts/${artifact_dir}

View File

@@ -38,15 +38,12 @@ jobs:
go-version: 1.17
- name: Install requirements
run: |
echo "deb [trusted=yes] https://packagecloud.io/fdio/release/ubuntu focal main" | sudo tee -a /etc/apt/sources.list.d/99fd.io.list > /dev/null
curl -L https://packagecloud.io/fdio/release/gpgkey | sudo apt-key add -
sudo apt-get -y update
sudo apt-get install -y libmemif libmemif-dev
sudo apt-get install -y wireguard-tools upx-ucl
- name: Build x86_64
run: |
make all static vpp
make all static
- uses: actions/upload-artifact@v2
with:
@@ -63,16 +60,6 @@ jobs:
release_name: ${{ steps.version.outputs.VERSION }}
tag: ${{ steps.version.outputs.VERSION }}
- name: Upload x86_64 dynamic vpp build
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: etherguard-go-vpp
overwrite: true
asset_name: etherguard-go-vpp-x86_64
release_name: ${{ steps.version.outputs.VERSION }}
tag: ${{ steps.version.outputs.VERSION }}
- name: Upload x86_64 static build
uses: svenstaro/upload-release-action@v2
with:
@@ -170,7 +157,6 @@ jobs:
apt-get install -y wireguard-tools golang-go build-essential git
run: |
make all static
make vpp || true
mkdir /artifacts/${artifact_dir}
cp etherguard-go* /artifacts/${artifact_dir}
@@ -196,17 +182,6 @@ jobs:
release_name: ${{ steps.version.outputs.VERSION }}
tag: ${{ steps.version.outputs.VERSION }}
- name: Upload ${{ matrix.arch }} dynamic vpp build
if: ${{ matrix.arch == 'aarch64' }}
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: artifacts/${{ matrix.arch }}/etherguard-go
asset_name: etherguard-go-vpp-${{ matrix.arch }}
overwrite: true
release_name: ${{ steps.version.outputs.VERSION }}
tag: ${{ steps.version.outputs.VERSION }}
- name: Upload ${{ matrix.arch }} static build
uses: svenstaro/upload-release-action@v2
with: