Skip to content

Commit

Permalink
Red Hat UBI 8 doesn't support armv7 (#1552)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Apr 26, 2021
1 parent 40db5b5 commit f8f2ece
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/edge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -457,14 +457,17 @@ jobs:
image: nginx-ingress
tag: edge
type: debian
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
- os: ubuntu-20.04
image: nginx-ingress
tag: edge-alpine
type: alpine
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
- os: ubuntu-20.04
image: nginx-ingress
tag: edge-ubi
type: openshift
platforms: linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -503,7 +506,7 @@ jobs:
cache-to: type=local,dest=/tmp/.buildx-cache
target: goreleaser
tags: nginx/${{ matrix.image }}:${{ matrix.tag }}
platforms: linux/arm,linux/arm64,linux/amd64,linux/ppc64le,linux/s390x
platforms: ${{ matrix.platforms }}
push: true
build-args: |
BUILD_OS=${{ matrix.type }}
Expand Down

0 comments on commit f8f2ece

Please sign in to comment.