File: multiarch-integration-test

package info (click to toggle)
debci 3.13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,656 kB
  • sloc: ruby: 6,516; sh: 2,437; javascript: 100; makefile: 92; perl: 11
file content (11 lines) | stat: -rwxr-xr-x 199 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

set -ex

other_arch=arm64
if [ "$(dpkg --print-architecture)" = arm64 ]; then
  other_arch=amd64 # on arm64, the "other" arch is amd64
fi

export other_arch
$(dirname $0)/integration-test