mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
Specify TARGET_ARCH during snap build
This commit is contained in:
parent
cfe7671b7a
commit
dd7d9122c6
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ before_script:
|
|||
# Use Travis retry feature for farm tests since they are flaky
|
||||
- 'if [[ "$TOXENV" == "travis-test-farm"* ]]; then export TRAVIS_RETRY=travis_retry; fi'
|
||||
- export TOX_TESTENV_PASSENV=TRAVIS
|
||||
- 'if [[ "$SNAP" == true ]]; then snap/local/build_and_install.sh amd64; fi'
|
||||
- 'if [[ "$SNAP" == true ]]; then snap/local/build_and_install.sh $TARGET_ARCH; fi'
|
||||
|
||||
# Only build pushes to the master branch, PRs, and branches beginning with
|
||||
# `test-`, `travis-test-`, or of the form `digit(s).digit(s).x` or
|
||||
|
|
|
|||
Loading…
Reference in a new issue