Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Commit

Permalink
Fuck's sake, yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Apr 10, 2021
1 parent e7ee2f0 commit 6ddf3a4
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,49 +10,49 @@ jobs:
strategy:
matrix:
name:
- host-neigh-linux-amd64-gnu
- host-routes-linux-amd64-gnu
- ipam-da-consul-linux-amd64-gnu
- ipam-delegated-linux-amd64-gnu
- ipam-ds-nomad-linux-amd64-gnu
- ipam-ds-static-linux-amd64-gnu
- host-neigh-linux-amd64-gnu
- host-routes-linux-amd64-gnu
- ipam-da-consul-linux-amd64-gnu
- ipam-delegated-linux-amd64-gnu
- ipam-ds-nomad-linux-amd64-gnu
- ipam-ds-static-linux-amd64-gnu

include:
- name: host-neigh-linux-amd64-gnu
plugin: host-neigh
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false
plugin: host-neigh
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false

- name: host-routes-linux-amd64-gnu
plugin: host-routes
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false
plugin: host-routes
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false

- name: ipam-da-consul-linux-amd64-gnu
plugin: ipam-da-consul
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false
plugin: ipam-da-consul
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false

- name: ipam-delegated-linux-amd64-gnu
plugin: ipam-delegated
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false
- name: ipam-delegated-linux-amd64-gnu
plugin: ipam-delegated
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false

- name: ipam-ds-nomad-linux-amd64-gnu
plugin: ipam-ds-nomad
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false
- name: ipam-ds-nomad-linux-amd64-gnu
plugin: ipam-ds-nomad
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false

- name: ipam-ds-static-linux-amd64-gnu
plugin: ipam-ds-static
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false
- name: ipam-ds-static-linux-amd64-gnu
plugin: ipam-ds-static
os: ubuntu-latest
target: x86_64-unknown-linux-gnu
cross: false

name: Release ${{ matrix.name }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 6ddf3a4

Please sign in to comment.