mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-03-22 04:42:03 +00:00
multiple runs
This commit is contained in:
@@ -3,9 +3,6 @@ set -e
|
||||
|
||||
os_name='ubuntu~bionic'
|
||||
|
||||
echo 'Current architecture:'
|
||||
echo $arch
|
||||
|
||||
wget -O erlang.deb https://packages.erlang-solutions.com/erlang/debian/pool/esl-erlang_24.0.2-1~${os_name}_${arch}.deb
|
||||
wget -O elixir.deb https://packages.erlang-solutions.com/erlang/debian/pool/elixir_1.12.0-1~${os_name}_all.deb
|
||||
sudo dpkg -i erlang.deb
|
||||
|
||||
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -68,6 +68,8 @@ jobs:
|
||||
- uses: uraimo/run-on-arch-action@v2.0.10
|
||||
if: ${{ matrix.arch == 'arm64' }}
|
||||
name: Run on arm64
|
||||
env:
|
||||
arch: arm64
|
||||
with:
|
||||
arch: aarch64
|
||||
distro: ubuntu18.04
|
||||
@@ -78,9 +80,9 @@ jobs:
|
||||
|
||||
# amd64 build
|
||||
- if: ${{ matrix.arch == 'amd64' }}
|
||||
run:
|
||||
- .ci/install_runtimes.sh
|
||||
- .ci/build_release.sh
|
||||
run: .ci/install_runtimes.sh
|
||||
- if: ${{ matrix.arch == 'amd64' }}
|
||||
run: .ci/build_release.sh
|
||||
|
||||
# build:
|
||||
# needs: unit-integration-test
|
||||
|
||||
Reference in New Issue
Block a user