Skip to content

Commit

Permalink
Try to get test on ARM64 to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasge committed Apr 6, 2023
1 parent 5d6e733 commit 6d497d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
env:
BUILDX_PLATFORM: ${{ matrix.platform }}
BUILDX_BUILDER_NAME: ${{ steps.buildx-setup.outputs.name }}
- id: arm-time-limit
name: Set Netbox container start_period higher on ARM64
if: matrix.platform == 'linux/arm64'
run: |
sed -i -e 's/start_period: 120s/start_period: 180s/g' docker-compose.test.yml
- id: docker-test
name: Test the image
run: IMAGE="${FINAL_DOCKER_TAG}" ./test.sh
Expand Down

0 comments on commit 6d497d1

Please sign in to comment.