Skip to content

Commit

Permalink
Merge pull request #944 from jsuchan-reef/yed/docker-macos
Browse files Browse the repository at this point in the history
feat: build docker image for arm architecture
  • Loading branch information
mpnowacki-reef authored Nov 14, 2023
2 parents 357b626 + 0315913 commit 38cb1ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
DEBIAN_FRONTEND: noninteractive
DOCKERHUB_USERNAME: secrets.DOCKERHUB_USERNAME
DOCKERHUB_TOKEN: secrets.DOCKERHUB_TOKEN
B2_TEST_APPLICATION_KEY: ${{ secrets.B2_TEST_APPLICATION_KEY }}
B2_TEST_APPLICATION_KEY_ID: ${{ secrets.B2_TEST_APPLICATION_KEY_ID }}
PYTHON_DEFAULT_VERSION: 3.11
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -50,5 +48,4 @@ jobs:
context: .
push: true
tags: backblazeit/b2:latest,backblazeit/b2:${{ steps.package_version.outputs.package_version }}
platforms: linux/amd64

platforms: linux/amd64,linux/arm64
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added
* Add linux/arm64 as a build platform for the official Docker image

### Fixed
* Emit `Using https://api.backblazeb2.com` message to stderr instead of stdout, therefor prevent JSON output corruption

Expand Down

0 comments on commit 38cb1ae

Please sign in to comment.