Skip to content

Commit

Permalink
Try building on s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
pehala committed Apr 23, 2024
1 parent 2955d8a commit e58fcb7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ jobs:
build:
name: Build and push image
runs-on: ubuntu-latest
strategy:
matrix:
include:
- arch: s390x
distro: ubuntu22.04
steps:
- name: Check out code
uses: actions/checkout@v3
Expand Down

0 comments on commit e58fcb7

Please sign in to comment.