back to alpine

This commit is contained in:
Jesse Bannon 2023-02-22 16:26:38 -08:00
parent 7fea9b7393
commit 17776eab2c

View file

@ -84,7 +84,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
arch: [ "aarch64", "armv7" ] arch: [ "aarch64" ]
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Write version to init file - name: Write version to init file
@ -95,7 +95,7 @@ jobs:
id: runcmd id: runcmd
with: with:
arch: ${{ matrix.arch }} arch: ${{ matrix.arch }}
distro: ubuntu22.04 distro: alpine_latest
# Mount the artifacts directory as /artifacts in the container # Mount the artifacts directory as /artifacts in the container
dockerRunArgs: | dockerRunArgs: |
@ -103,7 +103,7 @@ jobs:
# Set an output parameter `uname` for use in subsequent steps # Set an output parameter `uname` for use in subsequent steps
run: | run: |
sudo apt-get install python3 python3-pip apk add python3 py3-pip
python3 -m pip install -e . python3 -m pip install -e .
echo "Done!" echo "Done!"
python3 -m pip install pyinstaller python3 -m pip install pyinstaller