Skip to content

Commit

Permalink
feat(container): riscv64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Apr 22, 2024
1 parent 164357c commit 2500010
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
buildkitd-flags: --debug
-
name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down Expand Up @@ -52,4 +50,4 @@ jobs:
tags: |
b4bz/homer:${{env.IMAGE_TAG}}
ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }}
platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64
platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64,linux/riscv64

0 comments on commit 2500010

Please sign in to comment.