Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker buildx #286

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Use docker buildx #286

wants to merge 3 commits into from

Commits on Aug 29, 2024

  1. Use docker buildx

    h3poteto committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a670547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84d44dc View commit details
    Browse the repository at this point in the history
  3. [from now] 2024/08/30 00:41:03

    diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml
    index 5638ee6..04249e4 100644
    --- a/.github/workflows/docker-publish.yml
    +++ b/.github/workflows/docker-publish.yml
    @@ -70,4 +70,4 @@ jobs:
               push: ${{ github.event_name != 'pull_request' }}
               tags: ${{ steps.meta.outputs.tags }}
               labels: ${{ steps.meta.outputs.labels }}
    -          platforms: linux/amd64,linux/arm64
    +          platforms: linux/arm64
    h3poteto committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    887a5a2 View commit details
    Browse the repository at this point in the history