Skip to content

Commit b7695e7

Browse files
author
Sheyla Trudo
committed
fixup! Separate Build Changes
1 parent d872776 commit b7695e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pipelines/containers/build-variables-template.steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parameters:
2222

2323

2424
steps:
25-
- bash: |
25+
- shell: |
2626
set -e
2727
2828
VAR_ID="${IMAGE}_${OS}_${ARCH}"

bpf-prog/ipv6-hp-bpf/linux.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ FROM --platform=linux/${ARCH} mcr.microsoft.com/oss/go/microsoft/golang@sha256:8
44
ARG VERSION
55
ARG DEBUG
66
ARG OS
7+
ARG ARCH
78
WORKDIR /bpf-prog/ipv6-hp-bpf
89
COPY ./bpf-prog/ipv6-hp-bpf .
910
COPY ./bpf-prog/ipv6-hp-bpf/cmd/ipv6-hp-bpf/*.go /bpf-prog/ipv6-hp-bpf/

0 commit comments

Comments
 (0)