feat: enable multi-platform builds in build-release; update user prompt for network interface selection in setup script

This commit is contained in:
biersoeckli
2025-02-07 16:09:07 +00:00
parent 8e11d4a8af
commit dd08930f44
7 changed files with 196 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ jobs:
with:
context: ./
push: true
platforms: linux/amd64 #,linux/arm64
platforms: linux/amd64,linux/arm64
build-args: |
VERSION_ARG=${{ github.ref_name }}
tags: |

View File

@@ -52,7 +52,7 @@ jobs:
with:
context: ./
push: true
platforms: linux/amd64,linux/arm64
platforms: linux/amd64 #,linux/arm64
build-args: |
VERSION_ARG=canary-${{ github.run_number }}
tags: |