mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-10-15 00:06:11 +08:00
workflows to include armv7
This commit is contained in:
parent
f2ce39f9c4
commit
c33ae74adf
4 changed files with 4 additions and 3 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
@ -18,5 +18,6 @@ updates:
|
|||
interval: daily
|
||||
assignees:
|
||||
- "bobokun"
|
||||
target-branch: "develop"
|
||||
ignore:
|
||||
- dependency-name: "salsify/action-detect-and-tag-new-version"
|
2
.github/workflows/develop.yml
vendored
2
.github/workflows/develop.yml
vendored
|
@ -39,6 +39,6 @@ jobs:
|
|||
with:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/qbit_manage:develop
|
2
.github/workflows/latest.yml
vendored
2
.github/workflows/latest.yml
vendored
|
@ -35,6 +35,6 @@ jobs:
|
|||
with:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/qbit_manage:latest
|
2
.github/workflows/version.yml
vendored
2
.github/workflows/version.yml
vendored
|
@ -40,6 +40,6 @@ jobs:
|
|||
with:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/qbit_manage:${{ steps.get_version.outputs.VERSION }}
|
Loading…
Add table
Reference in a new issue