Skip to content

Commit

Permalink
Build docker image for arm64v8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhelms committed Nov 15, 2023
1 parent 6953c7d commit 1bbef93
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand All @@ -39,6 +45,7 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
platforms: linux/arm64v8
file: Obspi/Dockerfile
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 1bbef93

Please sign in to comment.