Skip to content

Commit

Permalink
Merge pull request #78 from 56quarters/arm
Browse files Browse the repository at this point in the history
Build docker images for arm64
  • Loading branch information
56quarters authored Oct 9, 2023
2 parents 74bf008 + 6d27b0d commit 3eaa63a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ jobs:
uses: docker/build-push-action@v5
with:
push: true
platforms: linux/amd64,linux/arm64
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## unreleased

- Build Docker images for arm64 architecture. #78

## v0.6.8 - 2023-10-07

- Build Docker images for each release. #72
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ for [each release](https://github.com/56quarters/mtop/releases).

### Docker

Docker images for x86_64 are published for each [tagged release](https://hub.docker.com/r/56quarters/mtop).
Docker images for GNU/Linux (x86_64, arm64) are published for [each release](https://hub.docker.com/r/56quarters/mtop).

### Cargo

Expand Down

0 comments on commit 3eaa63a

Please sign in to comment.