Skip to content

Commit

Permalink
BUILD/MAJOR: remove support for linux/386 images
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Mar 11, 2024
1 parent 3e7e818 commit 03d5d4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker_auto_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
main:
runs-on: ubuntu-latest
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
DOCKER_IMAGE: haproxytech/kubernetes-ingress
LATEST_BRANCH: "1.9"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_manual_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
main:
runs-on: ubuntu-latest
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
DOCKER_IMAGE: haproxytech/kubernetes-ingress
LATEST_BRANCH: "1.9"
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ github.repository_owner == 'haproxytech' }}
runs-on: ubuntu-latest
env:
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/386
DOCKER_PLATFORMS: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
DOCKER_IMAGE: haproxytech/kubernetes-ingress
steps:
- name: Login to Docker Hub
Expand Down

0 comments on commit 03d5d4d

Please sign in to comment.