Skip to content

Commit

Permalink
ARM: change build argument for docker
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <36732377+glimchb@users.noreply.github.com>
  • Loading branch information
glimchb committed Feb 27, 2023
1 parent b6a4c77 commit 6634126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ language: c
compiler: gcc
services:
- docker
script: docker build -t opiproject/spdk:testarm64 -f Dockerfile .
script: docker build --tag opiproject/spdk:testarm64 --build-arg ARCH=native -f Dockerfile .

0 comments on commit 6634126

Please sign in to comment.