Skip to content

Commit

Permalink
Merge pull request #2 from startersclan/fix/ci-fix-docker-image-archi…
Browse files Browse the repository at this point in the history
…tectures

Fix (ci): Fix docker image architectures
  • Loading branch information
leojonathanoh committed Oct 29, 2023
2 parents e95efe8 + 3dc47c2 commit 0b8b9ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-master-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
with:
file: Dockerfile.${{ matrix.variant }}
context: '.'
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/s390x
platforms: ${{ matrix.variant == 'daemon' && 'linux/amd64' || 'linux/386,linux/amd64,linux/arm64' }}
push: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=local,src=/tmp/.buildx-cache
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![github-actions](https://github.com/startersclan/hlstatsx-community-edition/workflows/ci-master-pr/badge.svg)](https://github.com/startersclan/hlstatsx-community-edition/actions)
[![github-release](https://img.shields.io/github/v/release/startersclan/hlstatsx-community-edition?style=flat-square)](https://github.com/startersclan/hlstatsx-community-edition/releases/)
[![docker-image-size](https://img.shields.io/docker/image-size/startersclan/hlstatsx-community-edition/asp-nginx)](https://hub.docker.com/r/startersclan/hlstatsx-community-edition)
[![docker-image-size](https://img.shields.io/docker/image-size/startersclan/hlstatsx-community-edition/web)](https://hub.docker.com/r/startersclan/hlstatsx-community-edition)
[![docker-image-size](https://img.shields.io/docker/image-size/startersclan/hlstatsx-community-edition/daemon)](https://hub.docker.com/r/startersclan/hlstatsx-community-edition)

HLstatsX Community Edition is an open-source project licensed
under GNU General Public License v2 and is a real-time stats
Expand Down

0 comments on commit 0b8b9ac

Please sign in to comment.