Skip to content

Commit

Permalink
Add back more CPU archs
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Nov 26, 2023
1 parent d9df448 commit 985fd7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
fail-fast: false
max-parallel: 4
matrix:
# Disabled: "linux/ppc64le", "linux/s390x"
# See: https://github.com/hickory-dns/hickory-dns/issues/2065
platform: ["linux/386", "linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8"]
platform: ["linux/386", "linux/amd64", "linux/arm/v6", "linux/arm/v7", "linux/arm64/v8", "linux/ppc64le", "linux/s390x"]
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
run: make build-alpine
env:
DOCKER_BUILDKIT: 1
# Disabled: linux/ppc64le,linux/s390x
# See: https://github.com/hickory-dns/hickory-dns/issues/2065
PLATFORM: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8
PLATFORM: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/ppc64le,linux/s390x
IMAGE_TAG: docker.io/hickorydns/hickory-dns:latest
ACTION: push

Expand Down

0 comments on commit 985fd7e

Please sign in to comment.