Skip to content

Commit

Permalink
feat(ci.yml): add ppc64le and riscv64 to ci
Browse files Browse the repository at this point in the history
These are both architectures that are added to the Makefile, but that we
don't currently build for. riscv64 was added in:
#1525 and ppc64le was
added in: #847
  • Loading branch information
aauren committed Aug 29, 2023
1 parent 8b76e9c commit e7a521a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ jobs:
linux/arm64
linux/arm/v7
linux/s390x
linux/ppc64le
linux/riscv64
push: true
build-args: |
BUILDTIME_BASE=${{ env.BUILDTIME_BASE }}
Expand Down Expand Up @@ -148,6 +150,8 @@ jobs:
linux/arm64
linux/arm/v7
linux/s390x
linux/ppc64le
linux/riscv64
push: true
build-args: |
BUILDTIME_BASE=${{ env.BUILDTIME_BASE }}
Expand All @@ -166,6 +170,8 @@ jobs:
linux/arm64
linux/arm/v7
linux/s390x
linux/ppc64le
linux/riscv64
push: true
build-args: |
BUILDTIME_BASE=${{ env.BUILDTIME_BASE }}
Expand Down

0 comments on commit e7a521a

Please sign in to comment.