Skip to content

Commit

Permalink
try ARM64 docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
ndrewh committed Aug 20, 2024
1 parent 42099a7 commit b2c3f73
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,11 @@ jobs:
load: true
push: false
tags: pyda_tmp
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
cache-from: type=gha
- name: Test

- name: Test (X86)
run: |
docker run -e PYTHONUNBUFFERED=1 --rm --workdir /opt/pyda/tests --entrypoint python3 pyda_tmp run_tests.py --debug
Expand All @@ -58,8 +58,8 @@ jobs:
with:
push: true
tags: ${{ steps.meta.outputs.tags }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64
provenance: false
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit b2c3f73

Please sign in to comment.