Update github workflows

removed building for arm64
This commit is contained in:
Hemna 2023-06-21 18:55:32 -04:00
parent 5bc589f21f
commit 15bf3710d2
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
@ -52,7 +52,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: "{{defaultContext}}:docker"
platforms: linux/amd64,linux/arm64
platforms: linux/amd64
file: ./Dockerfile-dev
build-args: |
BRANCH=${{ steps.branch-name.outputs.current_branch }}

View File

@ -39,7 +39,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: "{{defaultContext}}:docker"
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64
file: ./Dockerfile
build-args: |
VERSION=${{ inputs.aprsd_version }}