Skip to content

Commit

Permalink
test arm v7
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Steiner committed Dec 4, 2023
1 parent c3ccbbb commit b8ceeaa
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ jobs:
buildx:
name: Test
runs-on: ubuntu-22.04
timeout-minutes: 60
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
with:
platforms: "arm64"
platforms: "arm" #"arm64"

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
Expand All @@ -44,14 +45,12 @@ jobs:

- uses: ./.github/actions/bootstrap
id: bootstrap
with:
skip-installation: "true"

- name: Build and push
id: build
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
with:
platforms: linux/amd64 #,linux/arm64
platforms: linux/arm/v7 # linux/amd64,linux/arm64
context: src/docker/server
build-args: |
PYTHON_VERSION=${{ steps.bootstrap.outputs.python-version }}
Expand Down

0 comments on commit b8ceeaa

Please sign in to comment.