1
0
mirror of https://github.com/lxc/incus.git synced 2026-02-05 09:46:19 +01:00

github: Build the agent on MacOS

Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
This commit is contained in:
Stéphane Graber
2025-10-31 14:15:25 -04:00
parent 7ee9bd3051
commit 2b22819dc2

View File

@@ -503,7 +503,6 @@ jobs:
go build -o bin/incus.aarch64 ./cmd/incus
- name: Build static incus-agent (x86_64)
if: runner.os == 'Linux' || runner.os == 'Windows'
env:
CGO_ENABLED: 0
GOARCH: amd64
@@ -511,7 +510,6 @@ jobs:
go build -o bin/incus-agent.x86_64 ./cmd/incus-agent
- name: Build static incus-agent (aarch64)
if: runner.os == 'Linux' || runner.os == 'Windows'
env:
CGO_ENABLED: 0
GOARCH: arm64