Fix 'as' and 'FROM' keywords' casing do not match
This commit is contained in:
parent
a65ce7a28c
commit
0a1003cda4
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM ubuntu:22.04 as builder
|
||||
FROM ubuntu:22.04 AS builder
|
||||
|
||||
ARG COMPILER=gcc
|
||||
ARG NANO_NETWORK=live
|
||||
|
@ -10,7 +10,7 @@ RUN /tmp/prepare/prepare.sh
|
|||
COPY ./ /tmp/src
|
||||
WORKDIR /tmp/src
|
||||
|
||||
#Define ARGs for ci/build-node.sh
|
||||
# Define ARGs for ci/build-node.sh
|
||||
ARG BUILD_TYPE=RelWithDebInfo
|
||||
ARG NANO_TEST=OFF
|
||||
ARG NANO_TRACING=OFF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue