Skip to content

Adds ARM support

Adds ARM support #121

Workflow file for this run

name: 📋 Build and Test
on:
pull_request:
types: [ synchronize, opened, reopened, ready_for_review ]
concurrency:
group: build-test-${{ github.head_ref }}
cancel-in-progress: true
jobs:
test:
name: Build
runs-on: ubuntu-latest
steps:
- name: ⬇️ Git clone the repository
uses: actions/checkout@v4
- name: 📦 Build Images
run: |
docker build --no-cache --build-arg=PHP_VERSION=8.3 -t localhost/compass:latest .