mirror of
https://github.com/gnmyt/LicenseAPI.git
synced 2026-01-09 17:51:47 +00:00
Remove armv7 support
This commit is contained in:
2
.github/workflows/deploy-docker-dev.yml
vendored
2
.github/workflows/deploy-docker-dev.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
push: true
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: germannewsmaker/licenseapi:development
|
||||
cache-from: type=local,src=/tmp/.buildx-cache
|
||||
cache-to: type=local,dest=/tmp/.buildx-cache
|
||||
Reference in New Issue
Block a user