File tree Expand file tree Collapse file tree 9 files changed +16
-15
lines changed
actions/setup-environment Expand file tree Collapse file tree 9 files changed +16
-15
lines changed Original file line number Diff line number Diff line change 21
21
- name : Setup go
22
22
uses : actions/setup-go@v3
23
23
with :
24
- go-version : ' 1.18 '
24
+ go-version : ' 1.20 '
25
25
- name : Check
26
26
run : |
27
27
for addr in $(ip addr list|sed -En -e 's/.*inet ([0-9.]+).*/\1/p')
Original file line number Diff line number Diff line change 34
34
- name : setup go
35
35
uses : actions/setup-go@v3
36
36
with :
37
- go-version : ' 1.18 '
37
+ go-version : ' 1.20 '
38
38
- name : Check
39
39
run : |
40
40
for addr in $(ip addr list|sed -En -e 's/.*inet ([0-9.]+).*/\1/p')
Original file line number Diff line number Diff line change 24
24
- name : setup go
25
25
uses : actions/setup-go@v3
26
26
with :
27
- go-version : ' 1.18 '
27
+ go-version : ' 1.20 '
28
28
- name : build docker images
29
29
run : |
30
30
make LINUXKIT_TARGET=build DOCKER_PLATFORM=linux/arm64 build-docker
48
48
- name : setup go
49
49
uses : actions/setup-go@v3
50
50
with :
51
- go-version : ' 1.18 '
51
+ go-version : ' 1.20 '
52
52
- name : build eden
53
53
run : |
54
54
make clean
Original file line number Diff line number Diff line change 13
13
- name : setup go
14
14
uses : actions/setup-go@v3
15
15
with :
16
- go-version : ' 1.18 '
16
+ go-version : ' 1.20 '
17
17
- name : run tests
18
18
run : go test -json $(go list ./... | grep -v /eden/tests/) > test.json
19
19
- name : Annotate tests
Original file line number Diff line number Diff line change 1
- FROM lfedge/eve-alpine:8.12 .0 as build
1
+ FROM lfedge/eve-alpine:12.1 .0 as build
2
2
ENV BUILD_PKGS go make qemu-img git
3
3
RUN eve-alpine-deploy.sh
4
4
Original file line number Diff line number Diff line change 1
- FROM lfedge/eve-alpine:8.12 .0 AS build
1
+ FROM lfedge/eve-alpine:12.1 .0 AS build
2
2
ENV BUILD_PKGS go git openssh-keygen
3
3
RUN eve-alpine-deploy.sh
4
4
Original file line number Diff line number Diff line change 1
- FROM lfedge/eve-alpine:8.12 .0 as build
1
+ FROM lfedge/eve-alpine:12.1 .0 as build
2
2
ENV BUILD_PKGS git
3
3
ENV PKGS perl gawk git
4
4
RUN eve-alpine-deploy.sh
Original file line number Diff line number Diff line change 1
- FROM lfedge/eve-alpine:8.12 .0 as build
1
+ FROM lfedge/eve-alpine:12.1 .0 as build
2
2
3
3
ENV BUILD_PKGS git gcc go make wget libc-dev linux-headers
4
4
ENV PKGS bash iptables ip6tables iproute2 dhcpcd ipset curl radvd ethtool jq tcpdump \
Original file line number Diff line number Diff line change @@ -365,12 +365,13 @@ func (e TransparentProxy) ReferencesFromItem() []LogicalLabelRef {
365
365
// iPXE-enabled client).
366
366
//
367
367
// Example config for dnsmasq:
368
- // # Boot for iPXE. The idea is to send two different
369
- // # filenames, the first loads iPXE, and the second tells iPXE what to
370
- // # load. The dhcp-match sets the ipxe tag for requests from iPXE.
371
- // #dhcp-boot=undionly.kpxe
372
- // #dhcp-match=set:ipxe,175 # iPXE sends a 175 option.
373
- // #dhcp-boot=tag:ipxe,http://boot.ipxe.org/demo/boot.php
368
+ //
369
+ // # Boot for iPXE. The idea is to send two different
370
+ // # filenames, the first loads iPXE, and the second tells iPXE what to
371
+ // # load. The dhcp-match sets the ipxe tag for requests from iPXE.
372
+ // #dhcp-boot=undionly.kpxe
373
+ // #dhcp-match=set:ipxe,175 # iPXE sends a 175 option.
374
+ // #dhcp-boot=tag:ipxe,http://boot.ipxe.org/demo/boot.php
374
375
//
375
376
// [1] https://ipxe.org/howto/chainloading
376
377
type NetbootServer struct {
You can’t perform that action at this time.
0 commit comments