mirror of
https://github.com/biersoeckli/QuickStack.git
synced 2026-02-10 21:49:19 -06:00
feat: enable multi-platform builds in build-release; update user prompt for network interface selection in setup script
This commit is contained in:
2
.github/workflows/build-release.yml
vendored
2
.github/workflows/build-release.yml
vendored
@@ -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: |
|
||||
|
||||
2
.github/workflows/canary-release.yml
vendored
2
.github/workflows/canary-release.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user