Skip to content

Commit

Permalink
fix arch name retrival on deb package creation
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <[email protected]>
  • Loading branch information
thehajime committed Nov 10, 2022
1 parent 62c6614 commit 414af30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pre-deploy-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
. $(dirname "${BASH_SOURCE[0]}")/../test/common.sh

# Prepare supplement files for runu
URL="https://github.com/ukontainer/frankenlibc/releases/download/dev/frankenlibc-$ARCH-$TRAVIS_OS_NAME.tar.gz"
URL="https://github.com/ukontainer/frankenlibc/releases/download/latest/frankenlibc-${TRAVIS_ARCH}-${TRAVIS_OS_NAME}.tar.gz"
curl -L $URL -o /tmp/frankenlibc.tar.gz
tar xfz /tmp/frankenlibc.tar.gz -C /tmp/

Expand Down

0 comments on commit 414af30

Please sign in to comment.