Skip to content

Commit

Permalink
Change ubuntu16.04 nuget package to target RID linux-x64 instead, and…
Browse files Browse the repository at this point in the history
… rename accordingly.
  • Loading branch information
lilith committed Sep 21, 2020
1 parent e2246a5 commit 16873d7
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 @@ -8,7 +8,7 @@ matrix:
include:
- os: linux
dist: trusty
env: TARGET_CPU=x86-64 PACKAGE_SUFFIX=ubuntu_16_04-x86_64 NUGET_RUNTIME=ubuntu.16.04-x64 DOCKER_IMAGE=imazen/imageflow_build_ubuntu16 UPLOAD_BUILD=True FETCH_COMMIT_SUFFIX=linux64
env: TARGET_CPU=x86-64 PACKAGE_SUFFIX=ubuntu_16_04-x86_64 NUGET_RUNTIME=linux-x64 DOCKER_IMAGE=imazen/imageflow_build_ubuntu16 UPLOAD_BUILD=True FETCH_COMMIT_SUFFIX=linux64
sudo: required
services:
- docker
Expand Down

0 comments on commit 16873d7

Please sign in to comment.