Skip to content

Commit

Permalink
Explicitely set arc for scicat built images
Browse files Browse the repository at this point in the history
  • Loading branch information
minottic committed May 16, 2024
1 parent de777d4 commit 589a633
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker_compose_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ jobs:
- javascript-lint
strategy:
matrix:
BE_VERSION: [v3]
PLATFORM: [linux/arm64]
BE_VERSION: [v3, v4]
steps:
- uses: actions/checkout@v4
- name: Test docker-compose.yaml
run: |-
export DOCKER_DEFAULT_PLATFORM=${{ matrix.PLATFORM }}
export BE_VERSION=${{ matrix.BE_VERSION }}
docker compose up --wait --wait-timeout 300 rabbitmq
docker compose up --wait --wait-timeout 300

0 comments on commit 589a633

Please sign in to comment.