Skip to content

Commit

Permalink
change machine version to change libc to 2.31 (#10446)
Browse files Browse the repository at this point in the history
  • Loading branch information
guguducken authored Jul 5, 2023
1 parent 1f7f261 commit 3bd05cb
Showing 1 changed file with 11 additions and 20 deletions.
31 changes: 11 additions & 20 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@ name: release
on:
release:
types: [published]
env:
branch: main

jobs:
linux-amd64-build-job:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout source
uses: actions/checkout@v3
with:
repository: matrixorigin/matrixone
ref: ${{ env.branch }}
- name: Get tags
run: git fetch --tags origin
- name: Use Golang
uses: actions/setup-go@v4
with:
Expand Down Expand Up @@ -47,11 +44,9 @@ jobs:
runs-on: arm64-runner
steps:
- name: Checkout source
uses: actions/checkout@v3
with:
repository: matrixorigin/matrixone
ref: ${{ env.branch }}

uses: actions/checkout@v3
- name: Get tags
run: git fetch --tags origin
- name: Use Golang
uses: actions/setup-go@v4
with:
Expand Down Expand Up @@ -84,11 +79,9 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout source
uses: actions/checkout@v3
with:
repository: matrixorigin/matrixone
ref: ${{ env.branch }}

uses: actions/checkout@v3
- name: Get tags
run: git fetch --tags origin
- name: Use Golang
uses: actions/setup-go@v4
with:
Expand Down Expand Up @@ -139,10 +132,8 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v3
with:
repository: matrixorigin/matrixone
ref: ${{ env.branch }}

- name: Get tags
run: git fetch --tags origin
- name: Check go Version
run: |
go version
Expand Down

0 comments on commit 3bd05cb

Please sign in to comment.