mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
github: Add static build of lxd-to-incus
Closes #554 Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
8
.github/workflows/tests.yml
vendored
8
.github/workflows/tests.yml
vendored
@@ -371,6 +371,14 @@ jobs:
|
||||
GOARCH=amd64 go build -o bin/incus-migrate.x86_64 ./cmd/incus-migrate
|
||||
GOARCH=arm64 go build -o bin/incus-migrate.aarch64 ./cmd/incus-migrate
|
||||
|
||||
- name: Build static lxd-to-incus
|
||||
if: runner.os == 'Linux'
|
||||
env:
|
||||
CGO_ENABLED: 0
|
||||
run: |
|
||||
GOARCH=amd64 go build -o bin/lxd-to-incus.x86_64 ./cmd/lxd-to-incus
|
||||
GOARCH=arm64 go build -o bin/lxd-to-incus.aarch64 ./cmd/lxd-to-incus
|
||||
|
||||
- name: Unit tests (client)
|
||||
env:
|
||||
CGO_ENABLED: 0
|
||||
|
||||
Reference in New Issue
Block a user