diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2024-04-22 20:43:52 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2024-04-22 20:43:52 +0200 |
commit | 2500010467ae1e5ab300abcb7763066992facf4e (patch) | |
tree | ebb2a07a17d47aedb75d779283f574a4f53a407a /.github | |
parent | 164357c5f9b7b7877e864cedfdd15fafe441b3ac (diff) | |
download | homer-2500010467ae1e5ab300abcb7763066992facf4e.tar.gz homer-2500010467ae1e5ab300abcb7763066992facf4e.tar.zst homer-2500010467ae1e5ab300abcb7763066992facf4e.zip |
feat(container): riscv64 support
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dockerhub.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 893b39f..595fb76 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml | |||
@@ -21,8 +21,6 @@ jobs: | |||
21 | name: Set up Docker Buildx | 21 | name: Set up Docker Buildx |
22 | id: buildx | 22 | id: buildx |
23 | uses: docker/setup-buildx-action@v3 | 23 | uses: docker/setup-buildx-action@v3 |
24 | with: | ||
25 | buildkitd-flags: --debug | ||
26 | - | 24 | - |
27 | name: Login to Docker Hub | 25 | name: Login to Docker Hub |
28 | uses: docker/login-action@v2 | 26 | uses: docker/login-action@v2 |
@@ -52,4 +50,4 @@ jobs: | |||
52 | tags: | | 50 | tags: | |
53 | b4bz/homer:${{env.IMAGE_TAG}} | 51 | b4bz/homer:${{env.IMAGE_TAG}} |
54 | ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }} | 52 | ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }} |
55 | platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64 | 53 | platforms: linux/amd64,linux/arm/v7,linux/arm/v6,linux/arm64,linux/riscv64 |