Skip to content

Commit

Permalink
WIP: build native s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Manu Bretelle <[email protected]>
  • Loading branch information
chantra committed Aug 23, 2024
1 parent 8c813c7 commit fa29d74
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,17 @@ jobs:
strategy:
matrix:
ubuntu_version: [noble]
arch: [s390x, aarch64, x86_64]
arch: [s390x] #, aarch64, x86_64]
include:
- arch: s390x
dockerfile: s390x.Dockerfile
dockerfile: s390x-native.Dockerfile
platform: linux/s390x
- arch: aarch64
dockerfile: Dockerfile
platform: linux/arm64
- arch: x86_64
dockerfile: Dockerfile
platform: linux/amd64
# - arch: aarch64
# dockerfile: Dockerfile
# platform: linux/arm64
# - arch: x86_64
# dockerfile: Dockerfile
# platform: linux/amd64

steps:
- name: Checkout repository
Expand Down

0 comments on commit fa29d74

Please sign in to comment.