Skip to content

Commit

Permalink
container: fix multi platform build
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Sep 21, 2023
1 parent ff737a4 commit 1b24de3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/deploy-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,18 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Docker meta
id: meta
uses: docker/metadata-action@v5
with:
images: radxa-repo/bsp
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
platforms: linux/amd64,linux/arm64

- name: Log in to the Container registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 1b24de3

Please sign in to comment.