Skip to content

fix issues with the mage version 1.15.0 and arm support #6978

fix issues with the mage version 1.15.0 and arm support

fix issues with the mage version 1.15.0 and arm support #6978

Workflow file for this run

---
name: macos
on:
workflow_dispatch:
schedule:
- cron: "0 20 * * 6"
# Being: for testing purposes
push:
branches:
- feature/test-macos-gh-action
# End: for testing purposes
permissions:
contents: read
jobs:
package:
strategy:
matrix:
# NOTE: macos-13 is intel and macos-latest is arm
os: [ macos-13, macos-latest ]
runs-on: ${{ matrix.os }}
env:
PLATFORMS: "darwin/amd64 darwin/arm64"
PACKAGES: "tar.gz,docker"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: .go-version
- uses: magefile/mage-action@v3
with:
# https://github.com/magefile/mage/issues/481
version: "v1.14.0"
install-only: true
- run: .buildkite/scripts/steps/integration-package.sh