Skip to content

Commit

Permalink
Merge pull request #3 from freqtrade/ci/update_actions
Browse files Browse the repository at this point in the history
Ci/update actions
  • Loading branch information
xmatthias authored Jan 22, 2024
2 parents 7dc5789 + 3e93716 commit dd9cc6f
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,16 @@ jobs:
python-version: ["3.9", "3.11"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# We need docker experimental to pull the ARM image.
- name: Switch docker to experimental
run: |
docker version -f '{{.Server.Experimental}}'
echo $'{\n "experimental": true\n}' | sudo tee /etc/docker/daemon.json
sudo systemctl restart docker
docker version -f '{{.Server.Experimental}}'
- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Set up Docker Buildx
id: buildx
uses: crazy-max/ghaction-docker-buildx@v3.3.1
uses: docker/setup-buildx-action@v3
with:
buildx-version: latest
qemu-version: latest
version: latest

- name: Available platforms
run: echo ${{ steps.buildx.outputs.platforms }}
Expand All @@ -57,7 +51,7 @@ jobs:
cp -r /build/arrow/python/dist /assets/
- name: Archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pyarrow_wheels
path: ./assets/dist/

0 comments on commit dd9cc6f

Please sign in to comment.