Skip to content

Commit

Permalink
workflow: add s390x build to backend and release
Browse files Browse the repository at this point in the history
  • Loading branch information
tsl0922 committed Jan 28, 2021
1 parent 7bd1638 commit e648ad9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
lws-version: [4.1.6, 3.2.3, 2.4.2]
Expand All @@ -41,10 +41,10 @@ jobs:
make && sudo make install
ttyd -v
cross:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
target: [i686, x86_64, arm, armhf, aarch64, mips, mipsel, mips64, mips64el]
target: [i686, x86_64, arm, armhf, aarch64, mips, mipsel, mips64, mips64el, s390x]
steps:
- uses: actions/checkout@v2
- name: Install packages
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
Expand All @@ -23,11 +23,11 @@ jobs:
prerelease: false

build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
needs: release
strategy:
matrix:
target: [i686, x86_64, arm, armhf, aarch64, mips, mipsel, mips64, mips64el]
target: [i686, x86_64, arm, armhf, aarch64, mips, mipsel, mips64, mips64el, s390x]
steps:
- uses: actions/checkout@v2
- name: Install packages
Expand Down

0 comments on commit e648ad9

Please sign in to comment.