try on native s390x
This commit is contained in:
parent
4ec2850e53
commit
7c9171430d
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_besu:
|
build_besu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: linux-s390x
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -30,7 +30,6 @@ jobs:
|
||||||
- name: Build and push to gitea registry
|
- name: Build and push to gitea registry
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
platforms: linux/s390x
|
|
||||||
push: true
|
push: true
|
||||||
context: .
|
context: .
|
||||||
build-args: |
|
build-args: |
|
Loading…
Add table
Add a link
Reference in a new issue