Skip to content

Commit

Permalink
.github: Remove lxd-migrate build test for now
Browse files Browse the repository at this point in the history
This is failing until we tag lxd 5.0.3 due to repo name change.

Signed-off-by: Thomas Parrott <[email protected]>
  • Loading branch information
tomponline committed Jan 25, 2024
1 parent a2797ab commit 43d2367
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,6 @@ concurrency:
cancel-in-progress: true

jobs:
lxd-migrate:
name: Test lxd-migrate build
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.20.x

- name: Test lxd-migrate build
run: |
set -eux
cd ~/work/lxd-pkg-snap/lxd-pkg-snap/lxd-migrate
CGO_ENABLED=0 go build -v -tags netgo
snap:
name: Trigger snap build
runs-on: ubuntu-22.04
Expand Down

0 comments on commit 43d2367

Please sign in to comment.