Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit b522021

Browse files
author
Paulo Gomes
committed
Remove release of aarch64 libraries
The release of libraries outside of images is only intented for the oss-fuzz integration, which in this case does not require the aarch64 platform. Signed-off-by: Paulo Gomes <[email protected]>
1 parent 91db9fa commit b522021

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

.github/workflows/release.yaml

-32
Original file line numberDiff line numberDiff line change
@@ -72,38 +72,6 @@ jobs:
7272
asset_name: linux-x86_64-libs.tar.gz
7373
asset_content_type: application/gzip
7474

75-
linux-aarch64-release:
76-
# Hosted on Equinix
77-
# Docs: https://github.com/fluxcd/flux2/tree/main/.github/runners
78-
runs-on: [self-hosted, Linux, ARM64, equinix]
79-
needs: github_release
80-
steps:
81-
- name: Checkout
82-
uses: actions/checkout@v2
83-
- name: Build static libraries
84-
run: |
85-
TARGET_DIR=${GITHUB_WORKSPACE}/build/libgit2-linux \
86-
BUILD_ROOT_DIR=${GITHUB_WORKSPACE}/libgit2/build/amd \
87-
./hack/static.sh all
88-
89-
mkdir -p ./libgit2-linux/
90-
mv ${GITHUB_WORKSPACE}/build/libgit2-linux/include ./libgit2-linux/
91-
mv ${GITHUB_WORKSPACE}/build/libgit2-linux/share ./libgit2-linux/
92-
mv ${GITHUB_WORKSPACE}/build/libgit2-linux/lib ./libgit2-linux/
93-
mv ${GITHUB_WORKSPACE}/build/libgit2-linux/lib64 ./libgit2-linux/
94-
95-
tar -zcvf linux-aarch64-libs.tar.gz libgit2-linux
96-
- name: Upload Release Asset
97-
id: upload-release-asset
98-
uses: actions/upload-release-asset@v1
99-
env:
100-
GITHUB_TOKEN: ${{ github.token }}
101-
with:
102-
upload_url: ${{ needs.github_release.outputs.release_upload_url }}
103-
asset_path: ./linux-aarch64-libs.tar.gz
104-
asset_name: linux-aarch64-libs.tar.gz
105-
asset_content_type: application/gzip
106-
10775
darwin-release:
10876
# This job builds and releases "universal libraries" that are
10977
# supported by both darwin-amd64 and darwin-arm64.

0 commit comments

Comments
 (0)