1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-06-17 05:18:38 -04:00

Update github workflows

removed building for arm64
This commit is contained in:
2023-06-21 18:55:32 -04:00
parent 5bc589f21f
commit 15bf3710d2
2 changed files with 3 additions and 3 deletions
+1 -1
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 }}