Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
fix GLIBC_2.28
Browse files Browse the repository at this point in the history
  • Loading branch information
hossinasaadi committed Nov 21, 2022
1 parent f109991 commit 217d9aa
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: Release X-ui
on:
push:
tags:
- 0.*
- "*"
workflow_dispatch:

jobs:
release:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
Expand All @@ -24,7 +23,7 @@ jobs:
linuxamd64build:
name: build x-ui amd64 version
needs: release
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down Expand Up @@ -64,7 +63,7 @@ jobs:
linuxarm64build:
name: build x-ui arm64 version
needs: release
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down Expand Up @@ -106,7 +105,7 @@ jobs:
linuxs390xbuild:
name: build x-ui s390x version
needs: release
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Set up Go
Expand Down

0 comments on commit 217d9aa

Please sign in to comment.