Skip to content

Commit

Permalink
Revert "Test multi-arch build with --load"
Browse files Browse the repository at this point in the history
This reverts commit 24ae479.
  • Loading branch information
csandanov committed May 30, 2024
1 parent 24ae479 commit b7bbd30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ runs:
PLATFORM: ${{ inputs.platform }}
run: |
set -e
make buildx-build
make buildx-build-amd64
make test
make buildx-build
. $GITHUB_ACTION_PATH/release.sh
shell: bash
1 change: 0 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ env:
RUBY31: '3.1.6'
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
DOCKER_CLI_EXPERIMENTAL: enabled

jobs:
ruby33:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ buildx-build:
./

buildx-push:
docker buildx build --load --platform $(PLATFORM) --push -t $(REPO):$(TAG) \
docker buildx build --platform $(PLATFORM) --push -t $(REPO):$(TAG) \
--build-arg RUBY_VER=$(RUBY_VER) \
--build-arg RUBY_DEV=$(RUBY_DEV) \
--build-arg WODBY_GROUP_ID=$(WODBY_GROUP_ID) \
Expand Down

0 comments on commit b7bbd30

Please sign in to comment.