Skip to content

Commit

Permalink
Merge pull request #2 from gizatechxyz/fix/setup-ci
Browse files Browse the repository at this point in the history
Add different platforms builds
  • Loading branch information
franalgaba authored Jun 14, 2023
2 parents e03059d + 5f2cc3e commit 81282a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Check out the code
uses: actions/checkout@v2

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

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

Expand All @@ -29,6 +32,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v4
with:
platforms: linux/amd64,linux/arm64
context: .
push: true
tags: gizatechxyz/cairo-1.0:${{ github.event.inputs.cairo_version }}
Expand Down

0 comments on commit 81282a6

Please sign in to comment.