mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-10 23:40:55 -04:00
add armv6 and v7 container builds
This commit is contained in:
parent
6c4a699918
commit
a17d20bded
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -108,8 +108,8 @@ jobs:
|
|||
platform:
|
||||
- linux/amd64
|
||||
- linux/arm64
|
||||
# - linux/arm/v7
|
||||
# - linux/arm/v6
|
||||
- linux/arm/v7
|
||||
- linux/arm/v6
|
||||
environment: ${{ contains(github.ref, '-') && 'development' || 'production' }}
|
||||
steps:
|
||||
- name: Prepare
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue