Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
chore: add arm64 build images
Browse files Browse the repository at this point in the history
  • Loading branch information
tale committed Jan 6, 2024
1 parent 27b37d4 commit 8948865
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,14 @@ jobs:
- name: Configure Rust and Cargo
uses: dtolnay/rust-toolchain@stable

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

- name: Configure Docker
uses: docker/setup-buildx-action@v2
with:
version: latest
platforms: linux/amd64
platforms: linux/amd64,linux/arm64

- name: Login to tale.me
uses: docker/login-action@v2
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/core.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,14 @@ jobs:
env:
MANIFEST_BASE64: ${{ secrets.CORE_MANIFEST }}

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

- name: Configure Docker
uses: docker/setup-buildx-action@v2
with:
version: latest
platforms: linux/amd64,linux/arm64

- name: Build us-east4-docker.pkg.dev/aarnavtale/canister/core
uses: docker/build-push-action@v4
Expand Down

0 comments on commit 8948865

Please sign in to comment.